summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-29/+45
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-478/+794
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-35/+111
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov-0/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter-0/+2
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter-0/+2
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern-1/+2
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet-9/+11
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong-8/+11
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc-1/+1
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet-7/+11
2016-10-12strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada-2/+0
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-240/+357
2016-10-11netfilter: Fix slab corruption.Linus Torvalds-75/+33
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-270/+482
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-32/+29
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy-2/+2
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-16/+607
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-4/+4
2016-10-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-45/+65
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-27/+17
2016-10-07ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski-1/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher-1/+0
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan-19/+14
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner-8/+3
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-59/+5
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher-20/+30
2016-10-06sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher-18/+6
2016-10-06Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller-116/+251
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet-3/+4
2016-10-06packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman-0/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-3/+29
2016-10-06Bluetooth: Refactor append name and appearanceMichał Narajowski-50/+38
2016-10-06Bluetooth: Add appearance to default scan rsp dataMichał Narajowski-1/+10
2016-10-06Bluetooth: Fix local name in scan rspMichał Narajowski-12/+35
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells-1/+1
2016-10-06rxrpc: Add missing notificationDavid Howells-0/+1
2016-10-06rxrpc: Queue the call on expiryDavid Howells-4/+6
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells-29/+82
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells-84/+102