summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe-24/+19
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe-89/+111
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe-190/+101
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe-41/+27
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe-153/+48
2015-02-09tipc: convert legacy nl link dump to nl compatRichard Alpe-79/+23
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe-192/+205
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe-57/+149
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe-34/+273
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe-76/+130
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust-2/+2
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust-16/+18
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust-2/+0
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust-5/+1
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust-2/+2
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust-3/+0
2015-02-09SUNRPC: Remove TCP socket linger codeTrond Myklebust-35/+0
2015-02-09xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert-2/+2
2015-02-08net:rfs: adjust table size checkingEric Dumazet-1/+1
2015-02-09ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov-1/+1
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust-66/+1
2015-02-08SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust-2/+3
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust-6/+38
2015-02-08SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust-16/+13
2015-02-08SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust-2/+0
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust-0/+5
2015-02-08net: rfs: add hash collision detectionEric Dumazet-24/+28
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca-12/+12
2015-02-08SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust-4/+49
2015-02-08tipc: fix bug in socket reception functionJon Paul Maloy-3/+2
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch-1/+1
2015-02-08Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust-3/+4
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell-7/+23
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell-1/+5
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell-0/+14
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar-0/+2
2015-02-07bridge: add missing bridge port check for offloadsRoopa Prabhu-2/+2
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet-2/+2
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan-4/+4
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes-6/+6
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme-172/+362
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-42/+1146
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann-12/+6
2015-02-07dsa: correctly determine the number of switches in a systemTobias Waldekranz-1/+1
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann-0/+17
2015-02-06xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki-0/+1
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy-59/+114
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy-101/+84
2015-02-05tipc: simplify connection abort notifications when links breakJon Paul Maloy-40/+29