Age | Commit message (Expand) | Author | Files | Lines |
2017-07-18 | Merge branch 'dsa-mv88e6xxx-cleanup-capabilities' | David S. Miller | 8 | -267/+457 |
2017-07-18 | net: dsa: mv88e6xxx: add a multi_chip info flag | Vivien Didelot | 2 | -79/+33 |
2017-07-18 | net: dsa: mv88e6xxx: add Energy Detect ops | Vivien Didelot | 6 | -47/+202 |
2017-07-18 | net: dsa: mv88e6xxx: add a global2_addr info flag | Vivien Didelot | 4 | -29/+38 |
2017-07-18 | net: dsa: mv88e6xxx: add POT operation | Vivien Didelot | 4 | -17/+45 |
2017-07-18 | net: dsa: mv88e6xxx: add POT flag to 88E6390 | Vivien Didelot | 1 | -0/+1 |
2017-07-18 | net: dsa: mv88e6xxx: distinguish Global 2 Rsvd2CPU | Vivien Didelot | 4 | -61/+85 |
2017-07-18 | net: dsa: mv88e6xxx: add number of Global 2 IRQs | Vivien Didelot | 4 | -15/+62 |
2017-07-18 | net: dsa: mv88e6xxx: remove 88E6185 G2 interrupt | Vivien Didelot | 1 | -1/+0 |
2017-07-18 | net: dsa: mv88e6xxx: remove unused capabilities | Vivien Didelot | 1 | -26/+3 |
2017-07-18 | net: dsa: mv88e6xxx: fix 88E6321 family comment | Vivien Didelot | 1 | -1/+1 |
2017-07-18 | net: dsa: mv88e6xxx: remove LED control register | Vivien Didelot | 1 | -3/+0 |
2017-07-18 | net: dsa: mv88e6xxx: remove unneeded dsa header | Vivien Didelot | 1 | -1/+0 |
2017-07-18 | net: fix build error in devmap helper calls | John Fastabend | 1 | -5/+20 |
2017-07-18 | mdio_bus: Remove unneeded gpiod NULL check | Fabio Estevam | 1 | -4/+2 |
2017-07-17 | samples/bpf: add option for native and skb mode for redirect apps | Andy Gospodarek | 2 | -18/+82 |
2017-07-17 | net: ec_bhf: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-07-17 | net: cadence: macb: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-07-17 | net: Revert "net: add function to allocate sk_buff head without data area" | Florian Westphal | 2 | -35/+2 |
2017-07-17 | Merge branch 'net-ufo-remove' | David S. Miller | 26 | -475/+44 |
2017-07-17 | net: Kill NETIF_F_UFO and SKB_GSO_UDP. | David S. Miller | 3 | -20/+16 |
2017-07-17 | inet: Remove software UFO fragmenting code. | David S. Miller | 2 | -151/+7 |
2017-07-17 | net: Remove all references to SKB_GSO_UDP. | David S. Miller | 8 | -61/+10 |
2017-07-17 | inet: Stop generating UFO packets. | David S. Miller | 2 | -152/+0 |
2017-07-17 | net: Remove references to NETIF_F_UFO from ethtool. | David S. Miller | 1 | -7/+0 |
2017-07-17 | net: Remove references to NETIF_F_UFO in netdev_fix_features(). | David S. Miller | 1 | -18/+0 |
2017-07-17 | virtio_net: Remove references to NETIF_F_UFO. | David S. Miller | 1 | -4/+2 |
2017-07-17 | dummy: Remove references to NETIF_F_UFO. | David S. Miller | 1 | -1/+1 |
2017-07-17 | tun/tap: Remove references to NETIF_F_UFO. | David S. Miller | 2 | -11/+3 |
2017-07-17 | macvlan/macvtap: Remove NETIF_F_UFO advertisement. | David S. Miller | 2 | -2/+2 |
2017-07-17 | ipvlan: Stop advertising NETIF_F_UFO support. | David S. Miller | 2 | -2/+2 |
2017-07-17 | macb: Remove bogus reference to NETIF_F_UFO. | David S. Miller | 1 | -1/+1 |
2017-07-17 | s2io: Remove UFO support. | David S. Miller | 1 | -45/+0 |
2017-07-17 | Merge branch 'xdp-redirect' | David S. Miller | 20 | -101/+1282 |
2017-07-17 | xdp: bpf redirect with map sample program | John Fastabend | 4 | -0/+194 |
2017-07-17 | net: add notifier hooks for devmap bpf map | John Fastabend | 3 | -2/+75 |
2017-07-17 | xdp: Add batching support to redirect map | John Fastabend | 6 | -15/+166 |
2017-07-17 | bpf: add bpf_redirect_map helper routine | John Fastabend | 5 | -1/+78 |
2017-07-17 | bpf: add devmap, a map for storing net device references | John Fastabend | 6 | -0/+294 |
2017-07-17 | xdp: add trace event for xdp redirect | John Fastabend | 4 | -7/+43 |
2017-07-17 | ixgbe: add initial support for xdp redirect | John Fastabend | 1 | -1/+40 |
2017-07-17 | net: implement XDP_REDIRECT for xdp generic | John Fastabend | 3 | -2/+47 |
2017-07-17 | xdp: sample program for new bpf_redirect helper | John Fastabend | 3 | -0/+187 |
2017-07-17 | xdp: add bpf_redirect helper function | John Fastabend | 4 | -0/+63 |
2017-07-17 | net: xdp: support xdp generic on virtual devices | John Fastabend | 1 | -95/+113 |
2017-07-17 | ixgbe: NULL xdp_tx rings on resource cleanup | John Fastabend | 1 | -2/+6 |
2017-07-17 | Merge branch 'mlxsw-traps' | David S. Miller | 4 | -8/+25 |
2017-07-17 | mlxsw: spectrum: Improve IPv6 unregistered multicast flooding | Arkadi Sharshevsky | 1 | -1/+1 |
2017-07-17 | mlxsw: spectrum: Add support for IPv6 MLDv1/2 traps | Arkadi Sharshevsky | 3 | -0/+15 |
2017-07-17 | mlxsw: spectrum: Trap IPv4 packets with Router Alert option | Ido Schimmel | 2 | -0/+2 |