aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-12memcg: cleanup static keys decrementGravatar Vladimir Davydov 1-0/+4
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-151/+209
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-26/+40
2015-02-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-5/+3
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 10-517/+628
2015-02-11mm: gup: use get_user_pages_unlockedGravatar Andrea Arcangeli 1-4/+2
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Gravatar Johannes Weiner 1-1/+1
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionGravatar Paul Moore 2-26/+40
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Gravatar Trond Myklebust 1-6/+1
2015-02-09ipv4: Namespecify TCP PMTU mechanismGravatar Fan Du 4-21/+23
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 11-54/+71
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportGravatar Trond Myklebust 1-2/+3
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataGravatar Yuchung Cheng 1-5/+8
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setGravatar Thomas Graf 1-1/+1
2015-02-09ipv6: Make __ipv6_select_ident staticGravatar Vlad Yasevich 1-1/+2
2015-02-09ipv6: Fix fragment id assignment on LE arches.Gravatar Vlad Yasevich 1-1/+1
2015-02-09bridge: Fix inability to add non-vlan fdb entryGravatar Toshiaki Makita 1-7/+5
2015-02-09net: dsa: Remove redundant phy_attach()Gravatar Andrew Lunn 1-13/+0
2015-02-09tipc: remove tipc_snprintfGravatar Richard Alpe 4-60/+4
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkGravatar Richard Alpe 12-301/+13
2015-02-09tipc: convert legacy nl stats show to nl compatGravatar Richard Alpe 2-35/+15
2015-02-09tipc: convert legacy nl net id get to nl compatGravatar Richard Alpe 2-23/+18
2015-02-09tipc: convert legacy nl net id set to nl compatGravatar Richard Alpe 2-26/+14
2015-02-09tipc: convert legacy nl node addr set to nl compatGravatar Richard Alpe 3-27/+27
2015-02-09tipc: convert legacy nl node dump to nl compatGravatar Richard Alpe 4-60/+22
2015-02-09tipc: convert legacy nl media dump to nl compatGravatar Richard Alpe 4-24/+19
2015-02-09tipc: convert legacy nl socket dump to nl compatGravatar Richard Alpe 4-89/+111
2015-02-09tipc: convert legacy nl name table dump to nl compatGravatar Richard Alpe 4-190/+101
2015-02-09tipc: convert legacy nl link stat reset to nl compatGravatar Richard Alpe 4-41/+27
2015-02-09tipc: convert legacy nl link prop set to nl compatGravatar Richard Alpe 4-153/+48
2015-02-09tipc: convert legacy nl link dump to nl compatGravatar Richard Alpe 4-79/+23
2015-02-09tipc: convert legacy nl link stat to nl compatGravatar Richard Alpe 6-192/+205
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatGravatar Richard Alpe 4-57/+149
2015-02-09tipc: convert legacy nl bearer dump to nl compatGravatar Richard Alpe 4-34/+273
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 13-76/+130
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGGravatar Trond Myklebust 1-2/+2
2015-02-09SUNRPC: Handle connection reset more efficiently.Gravatar Trond Myklebust 1-16/+18
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagGravatar Trond Myklebust 2-2/+0
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseGravatar Trond Myklebust 1-5/+1
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionGravatar Trond Myklebust 1-2/+2
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTGravatar Trond Myklebust 1-3/+0
2015-02-09SUNRPC: Remove TCP socket linger codeGravatar Trond Myklebust 1-35/+0
2015-02-08net:rfs: adjust table size checkingGravatar Eric Dumazet 1-1/+1
2015-02-08SUNRPC: Remove TCP client connection reset hackGravatar Trond Myklebust 1-66/+1
2015-02-08SUNRPC: TCP/UDP always close the old socket before reconnectingGravatar Trond Myklebust 1-2/+3
2015-02-08SUNRPC: Add helpers to prevent socket create from racingGravatar Trond Myklebust 2-6/+38
2015-02-08SUNRPC: Ensure xs_reset_transport() resets the close connection flagsGravatar Trond Myklebust 1-16/+13
2015-02-08SUNRPC: Do not clear the source port in xs_reset_transportGravatar Trond Myklebust 1-2/+0
2015-02-08SUNRPC: Handle EADDRINUSE on connectGravatar Trond Myklebust 2-0/+5
2015-02-08net: rfs: add hash collision detectionGravatar Eric Dumazet 3-24/+28