aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du4-21/+23
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-54/+71
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng1-5/+8
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf1-1/+1
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich1-1/+2
2015-02-09ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2015-02-09bridge: Fix inability to add non-vlan fdb entryToshiaki Makita1-7/+5
2015-02-09net: dsa: Remove redundant phy_attach()Andrew Lunn1-13/+0
2015-02-09tipc: remove tipc_snprintfRichard Alpe4-60/+4
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe12-301/+13
2015-02-09tipc: convert legacy nl stats show to nl compatRichard Alpe2-35/+15
2015-02-09tipc: convert legacy nl net id get to nl compatRichard Alpe2-23/+18
2015-02-09tipc: convert legacy nl net id set to nl compatRichard Alpe2-26/+14
2015-02-09tipc: convert legacy nl node addr set to nl compatRichard Alpe3-27/+27
2015-02-09tipc: convert legacy nl node dump to nl compatRichard Alpe4-60/+22
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe4-24/+19
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe4-89/+111
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe4-190/+101
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe4-41/+27
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe4-153/+48
2015-02-09tipc: convert legacy nl link dump to nl compatRichard Alpe4-79/+23
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe6-192/+205
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe4-57/+149
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe4-34/+273
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe13-76/+130
2015-02-08net:rfs: adjust table size checkingEric Dumazet1-1/+1
2015-02-08net: rfs: add hash collision detectionEric Dumazet3-24/+28
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2-12/+12
2015-02-08tipc: fix bug in socket reception functionJon Paul Maloy1-3/+2
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
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-07bridge: add missing bridge port check for offloadsRoopa Prabhu1-2/+2
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet1-2/+2
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan1-4/+4
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes3-6/+6
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme2-172/+362
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller9-42/+1146
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-02-07dsa: 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-05tipc: eliminate race condition at multicast receptionJon Paul Maloy8-59/+114
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy6-101/+84
2015-02-05tipc: simplify connection abort notifications when links breakJon Paul Maloy1-40/+29
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy11-241/+372
2015-02-05tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy1-18/+13
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy3-43/+48