summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: add Energy Detect opsVivien Didelot2017-07-186-47/+202
* net: dsa: mv88e6xxx: add a global2_addr info flagVivien Didelot2017-07-184-29/+38
* net: dsa: mv88e6xxx: add POT operationVivien Didelot2017-07-184-17/+45
* net: dsa: mv88e6xxx: add POT flag to 88E6390Vivien Didelot2017-07-181-0/+1
* net: dsa: mv88e6xxx: distinguish Global 2 Rsvd2CPUVivien Didelot2017-07-184-61/+85
* net: dsa: mv88e6xxx: add number of Global 2 IRQsVivien Didelot2017-07-184-15/+62
* net: dsa: mv88e6xxx: remove 88E6185 G2 interruptVivien Didelot2017-07-181-1/+0
* net: dsa: mv88e6xxx: remove unused capabilitiesVivien Didelot2017-07-181-26/+3
* net: dsa: mv88e6xxx: fix 88E6321 family commentVivien Didelot2017-07-181-1/+1
* net: dsa: mv88e6xxx: remove LED control registerVivien Didelot2017-07-181-3/+0
* net: dsa: mv88e6xxx: remove unneeded dsa headerVivien Didelot2017-07-181-1/+0
* net: fix build error in devmap helper callsJohn Fastabend2017-07-181-5/+20
* mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam2017-07-181-4/+2
* samples/bpf: add option for native and skb mode for redirect appsAndy Gospodarek2017-07-172-18/+82
* net: ec_bhf: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* net: cadence: macb: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal2017-07-172-35/+2
* Merge branch 'net-ufo-remove'David S. Miller2017-07-1726-475/+44
|\
| * net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller2017-07-173-20/+16
| * inet: Remove software UFO fragmenting code.David S. Miller2017-07-172-151/+7
| * net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-178-61/+10
| * inet: Stop generating UFO packets.David S. Miller2017-07-172-152/+0
| * net: Remove references to NETIF_F_UFO from ethtool.David S. Miller2017-07-171-7/+0
| * net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller2017-07-171-18/+0
| * virtio_net: Remove references to NETIF_F_UFO.David S. Miller2017-07-171-4/+2
| * dummy: Remove references to NETIF_F_UFO.David S. Miller2017-07-171-1/+1
| * tun/tap: Remove references to NETIF_F_UFO.David S. Miller2017-07-172-11/+3
| * macvlan/macvtap: Remove NETIF_F_UFO advertisement.David S. Miller2017-07-172-2/+2
| * ipvlan: Stop advertising NETIF_F_UFO support.David S. Miller2017-07-172-2/+2
| * macb: Remove bogus reference to NETIF_F_UFO.David S. Miller2017-07-171-1/+1
| * s2io: Remove UFO support.David S. Miller2017-07-171-45/+0
|/
* Merge branch 'xdp-redirect'David S. Miller2017-07-1720-101/+1282
|\
| * xdp: bpf redirect with map sample programJohn Fastabend2017-07-174-0/+194
| * net: add notifier hooks for devmap bpf mapJohn Fastabend2017-07-173-2/+75
| * xdp: Add batching support to redirect mapJohn Fastabend2017-07-176-15/+166
| * bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-175-1/+78
| * bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-176-0/+294
| * xdp: add trace event for xdp redirectJohn Fastabend2017-07-174-7/+43
| * ixgbe: add initial support for xdp redirectJohn Fastabend2017-07-171-1/+40
| * net: implement XDP_REDIRECT for xdp genericJohn Fastabend2017-07-173-2/+47
| * xdp: sample program for new bpf_redirect helperJohn Fastabend2017-07-173-0/+187
| * xdp: add bpf_redirect helper functionJohn Fastabend2017-07-174-0/+63
| * net: xdp: support xdp generic on virtual devicesJohn Fastabend2017-07-171-95/+113
| * ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend2017-07-171-2/+6
|/
* Merge branch 'mlxsw-traps'David S. Miller2017-07-174-8/+25
|\
| * mlxsw: spectrum: Improve IPv6 unregistered multicast floodingArkadi Sharshevsky2017-07-171-1/+1
| * mlxsw: spectrum: Add support for IPv6 MLDv1/2 trapsArkadi Sharshevsky2017-07-173-0/+15
| * mlxsw: spectrum: Trap IPv4 packets with Router Alert optionIdo Schimmel2017-07-172-0/+2
| * mlxsw: spectrum: Mark packets trapped in routerIdo Schimmel2017-07-171-7/+7
|/
* Merge branch 'mlxsw-ttl-tos'David S. Miller2017-07-174-2/+54
|\