summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-10tipc: convert legacy nl link prop set to nl compatRichard Alpe4-153/+48
2015-02-10tipc: convert legacy nl link dump to nl compatRichard Alpe4-79/+23
2015-02-10tipc: convert legacy nl link stat to nl compatRichard Alpe6-192/+205
2015-02-10tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe4-57/+149
2015-02-10tipc: convert legacy nl bearer dump to nl compatRichard Alpe4-34/+273
2015-02-10tipc: move and rename the legacy nl api to "nl compat"Richard Alpe13-76/+130
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust1-2/+2
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust1-16/+18
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2-2/+0
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust1-5/+1
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust1-2/+2
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust1-3/+0
2015-02-09SUNRPC: Remove TCP socket linger codeTrond Myklebust1-35/+0
2015-02-09net:rfs: adjust table size checkingEric Dumazet1-1/+1
2015-02-09SUNRPC: Remove TCP client connection reset hackTrond Myklebust1-66/+1
2015-02-09SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust1-2/+3
2015-02-09SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2-6/+38
2015-02-09SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust1-16/+13
2015-02-09SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust1-2/+0
2015-02-09SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2-0/+5
2015-02-09net: rfs: add hash collision detectionEric Dumazet3-24/+28
2015-02-09gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2-12/+12
2015-02-09SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust1-4/+49
2015-02-09tipc: fix bug in socket reception functionJon Paul Maloy1-3/+2
2015-02-09rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
2015-02-08Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust1-3/+4
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2-7/+23
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-1/+5
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell3-0/+14
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar1-0/+2
2015-02-08bridge: add missing bridge port check for offloadsRoopa Prabhu1-2/+2
2015-02-08net: use netif_rx_ni() from process contextEric Dumazet1-2/+2
2015-02-08rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan1-4/+4
2015-02-08net: rds: Remove repeated function names from debug outputRasmus Villemoes3-6/+6
2015-02-08net: openvswitch: Support masked set actions.Jarno Rajahalme2-172/+362
2015-02-08Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-42/+1146
2015-02-08rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-02-08dsa: correctly determine the number of switches in a systemTobias Waldekranz1-1/+1
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2015-02-06tipc: eliminate race condition at multicast receptionJon Paul Maloy8-59/+114
2015-02-06tipc: simplify socket multicast receptionJon Paul Maloy6-101/+84
2015-02-06tipc: simplify connection abort notifications when links breakJon Paul Maloy1-40/+29
2015-02-06tipc: resolve race problem at unicast message receptionJon Paul Maloy11-241/+372
2015-02-06tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy1-18/+13
2015-02-06tipc: split up function tipc_msg_eval()Jon Paul Maloy3-43/+48
2015-02-06tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy1-15/+31
2015-02-06tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy1-62/+58
2015-02-06tipc: reduce usage of context info in socket and linkJon Paul Maloy10-91/+98
2015-02-06pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8