summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-07-18xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal
2017-07-18xfrm_policy: remove xfrm_policy_lookupFlorian Westphal
2017-07-18xfrm_policy: kill flow to policy dir conversionFlorian Westphal
2017-07-18xfrm_policy: remove always true/false branchesFlorian Westphal
2017-07-18xfrm_policy: bypass flow_cache_lookupFlorian Westphal
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal
2017-07-18Merge branch 'dsa-mv88e6xxx-cleanup-capabilities'David S. Miller
2017-07-18net: dsa: mv88e6xxx: add a multi_chip info flagVivien Didelot
2017-07-18net: dsa: mv88e6xxx: add Energy Detect opsVivien Didelot
2017-07-18net: dsa: mv88e6xxx: add a global2_addr info flagVivien Didelot
2017-07-18net: dsa: mv88e6xxx: add POT operationVivien Didelot
2017-07-18net: dsa: mv88e6xxx: add POT flag to 88E6390Vivien Didelot
2017-07-18net: dsa: mv88e6xxx: distinguish Global 2 Rsvd2CPUVivien Didelot
2017-07-18net: dsa: mv88e6xxx: add number of Global 2 IRQsVivien Didelot
2017-07-18net: dsa: mv88e6xxx: remove 88E6185 G2 interruptVivien Didelot
2017-07-18net: dsa: mv88e6xxx: remove unused capabilitiesVivien Didelot
2017-07-18net: dsa: mv88e6xxx: fix 88E6321 family commentVivien Didelot
2017-07-18net: dsa: mv88e6xxx: remove LED control registerVivien Didelot
2017-07-18net: dsa: mv88e6xxx: remove unneeded dsa headerVivien Didelot
2017-07-17net: fix build error in devmap helper callsJohn Fastabend
2017-07-17mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam
2017-07-17samples/bpf: add option for native and skb mode for redirect appsAndy Gospodarek
2017-07-17net: ec_bhf: constify pci_device_id.Arvind Yadav
2017-07-17net: cadence: macb: constify pci_device_id.Arvind Yadav
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal
2017-07-17Merge branch 'net-ufo-remove'David S. Miller
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-07-17inet: Stop generating UFO packets.David S. Miller
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller
2017-07-17virtio_net: Remove references to NETIF_F_UFO.David S. Miller
2017-07-17dummy: Remove references to NETIF_F_UFO.David S. Miller
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller
2017-07-17macvlan/macvtap: Remove NETIF_F_UFO advertisement.David S. Miller
2017-07-17ipvlan: Stop advertising NETIF_F_UFO support.David S. Miller
2017-07-17macb: Remove bogus reference to NETIF_F_UFO.David S. Miller
2017-07-17s2io: Remove UFO support.David S. Miller
2017-07-17Merge branch 'xdp-redirect'David S. Miller
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend
2017-07-17ixgbe: add initial support for xdp redirectJohn Fastabend