aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 18-240/+357
2016-10-11netfilter: Fix slab corruption.Gravatar Linus Torvalds 1-75/+33
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 68-270/+482
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-32/+29
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-16/+607
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 4-4/+4
2016-10-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 3-45/+65
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-27/+17
2016-10-07ipv6 addrconf: disallow rtr_solicits < -1Gravatar Maciej Żenczykowski 1-1/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-1/+0
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 6-19/+14
2016-10-07mm: memcontrol: consolidate cgroup socket trackingGravatar Johannes Weiner 3-8/+3
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-59/+5
2016-10-06sockfs: Get rid of getxattr iopGravatar Andreas Gruenbacher 1-20/+30
2016-10-06sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesGravatar Andreas Gruenbacher 1-18/+6
2016-10-06Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...Gravatar David S. Miller 11-116/+251
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Gravatar Eric Dumazet 1-3/+4
2016-10-06packet: call fanout_release, while UNREGISTERING a netdevGravatar Anoob Soman 1-0/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-3/+29
2016-10-06Bluetooth: Refactor append name and appearanceGravatar Michał Narajowski 3-50/+38
2016-10-06Bluetooth: Add appearance to default scan rsp dataGravatar Michał Narajowski 1-1/+10
2016-10-06Bluetooth: Fix local name in scan rspGravatar Michał Narajowski 1-12/+35
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseGravatar David Howells 1-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 5-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceGravatar David Howells 1-1/+1
2016-10-06rxrpc: Add missing notificationGravatar David Howells 1-0/+1
2016-10-06rxrpc: Queue the call on expiryGravatar David Howells 1-4/+6
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsGravatar David Howells 1-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 8-29/+82
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 8-84/+102
2016-10-06rxrpc: Only ping for lost reply in client callGravatar David Howells 1-1/+2
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointGravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix duplicate constGravatar David Howells 2-2/+2
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedGravatar David Howells 1-2/+2
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 4-16/+26
2016-10-05crush: remove redundant local variableGravatar Ilya Dryomov 1-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyGravatar Ilya Dryomov 1-3/+9
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 226-2382/+6750
2016-10-04netfilter: nft_limit: fix divided by zero panicGravatar Liping Zhang 1-2/+2
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringGravatar Jann Horn 1-2/+4
2016-10-04net/ncsi: Introduce ncsi_stop_dev()Gravatar Gavin Shan 1-13/+24
2016-10-04net/ncsi: Rework the channel monitoringGravatar Gavin Shan 3-23/+35
2016-10-04net/ncsi: Allow to extend NCSI request propertiesGravatar Gavin Shan 4-14/+17
2016-10-04net/ncsi: Rework request index allocationGravatar Gavin Shan 2-8/+10
2016-10-04net/ncsi: Don't probe on the reserved channel ID (0x1f)Gravatar Gavin Shan 1-2/+2
2016-10-04net/ncsi: Introduce NCSI_RESERVED_CHANNELGravatar Gavin Shan 2-7/+8
2016-10-04net/ncsi: Avoid unused-value build warning from ia64-linux-gccGravatar Gavin Shan 2-27/+81
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicGravatar Andrew Collins 1-31/+37
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerGravatar Shmulik Ladkani 1-15/+22