summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-1/+8
2015-02-15net: spelling fixesStephen Hemminger3-3/+3
2015-02-15net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida1-1/+1
2015-02-15ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-15openvswitch: Fix key serialization.Pravin B Shelar1-1/+1
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-02-12bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven1-5/+2
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2015-02-12gue: Use checksum partial with remote checksum offloadTom Herbert1-6/+22
2015-02-12net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2-2/+3
2015-02-12udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2-2/+17
2015-02-12net: Fix remcsum in GRO path to not change packetTom Herbert1-10/+10
2015-02-12openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven1-1/+1
2015-02-12openvswitch: Reset key metadata for packet execution.Pravin B Shelar1-0/+2
2015-02-12rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan1-1/+15
2015-02-12ipv6: Partial checksum only UDP packetsVlad Yasevich1-1/+1
2015-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-6/+58
2015-02-10ipv4: Namespecify TCP PMTU mechanismFan Du4-21/+23
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-54/+71
2015-02-10tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng1-5/+8
2015-02-10openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf1-1/+1
2015-02-10ipv6: Make __ipv6_select_ident staticVlad Yasevich1-1/+2
2015-02-10ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2015-02-10bridge: Fix inability to add non-vlan fdb entryToshiaki Makita1-7/+5
2015-02-10net: dsa: Remove redundant phy_attach()Andrew Lunn1-13/+0
2015-02-10tipc: remove tipc_snprintfRichard Alpe4-60/+4
2015-02-10tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe12-301/+13
2015-02-10tipc: convert legacy nl stats show to nl compatRichard Alpe2-35/+15
2015-02-10tipc: convert legacy nl net id get to nl compatRichard Alpe2-23/+18
2015-02-10tipc: convert legacy nl net id set to nl compatRichard Alpe2-26/+14
2015-02-10tipc: convert legacy nl node addr set to nl compatRichard Alpe3-27/+27
2015-02-10tipc: convert legacy nl node dump to nl compatRichard Alpe4-60/+22
2015-02-10tipc: convert legacy nl media dump to nl compatRichard Alpe4-24/+19
2015-02-10tipc: convert legacy nl socket dump to nl compatRichard Alpe4-89/+111
2015-02-10tipc: convert legacy nl name table dump to nl compatRichard Alpe4-190/+101
2015-02-10tipc: convert legacy nl link stat reset to nl compatRichard Alpe4-41/+27
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-09net:rfs: adjust table size checkingEric Dumazet1-1/+1
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-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-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