summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-18packet: add extended BPF fanout modeWillem de Bruijn1-0/+31
2015-08-18packet: add classic BPF fanout modeWillem de Bruijn2-2/+102
2015-08-18lwtunnel: rename ip lwtunnel attributesJiri Benc1-43/+43
2015-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-24/+27
2015-08-17net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter1-2/+4
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe1-1/+1
2015-08-17ipv4: fix refcount leak in fib_check_nh()Eric Dumazet1-1/+2
2015-08-14net: frags: Add VRF device index to cache and lookupDavid Ahern1-5/+13
2015-08-14net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-08-14net: Use passed in table for nexthop lookupsDavid Ahern1-2/+11
2015-08-14net: Add routes to the table associated with the deviceDavid Ahern2-10/+23
2015-08-14net: Fix up inet_addr_type checksDavid Ahern5-14/+50
2015-08-14net: Add inet_addr lookup by tableDavid Ahern1-7/+15
2015-08-14udp: Handle VRF device in sendmsgDavid Ahern1-1/+21
2015-08-14net: Use VRF device index for lookups on TXDavid Ahern3-2/+14
2015-08-14net: Use VRF device index for lookups on RXDavid Ahern2-2/+9
2015-08-14net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek1-1/+4
2015-08-14net: allow sleeping when modifying store_rps_mapSasha Levin1-4/+4
2015-08-14net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+158
2015-08-14net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2-2/+114
2015-08-14net: track link status of ipv6 nexthopsAndy Gospodarek1-0/+2
2015-08-14tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-14tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-57/+139
2015-08-13net: ipv4: increase dhcp inter device timeoutMugunthan V N1-1/+1
2015-08-13net: dsa: Do not override PHY interface if already configuredFlorian Fainelli1-1/+2
2015-08-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+1
2015-08-11net: dsa: add support for switchdev FDB objectsVivien Didelot1-61/+81
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot1-7/+9
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller3-121/+106
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern3-18/+24
2015-08-11net/xfrm: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+2
2015-08-11xfrm6: Fix IPv6 ECN decapsulationThomas Egerer1-2/+1
2015-08-11inet: fix possible request socket leakEric Dumazet2-2/+2
2015-08-11inet: fix races with reqsk timersEric Dumazet2-2/+8
2015-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-19/+20
2015-08-11dsa: Support multiple MDIO bussesAndrew Lunn1-1/+11
2015-08-11gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2-216/+200
2015-08-11openvswitch: Use regular GRE net_device instead of vportPravin B Shelar4-250/+59
2015-08-11ip_gre: Add support to collect tunnel metadata.Pravin B Shelar4-27/+209
2015-08-11openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar3-20/+20
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones1-4/+10
2015-08-10bridge: netlink: add support for vlan_filtering attributeNikolay Aleksandrov3-7/+32
2015-08-10ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal1-2/+4
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann1-0/+5
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2-2/+4
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2015-08-10net: ethernet: Fix double word "the the" in eth.cMasanari Iida1-1/+1
2015-08-10mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman1-27/+44