summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: sched: add an offload graft helperJakub Kicinski2018-11-093-24/+44
| * net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski2018-11-091-6/+3
| * net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski2018-11-091-2/+2
| * net: sched: add an offload dump helperJakub Kicinski2018-11-094-31/+35
|/
* Merge branch 'net-phy-improve-and-simplify-phylib-state-machine'David S. Miller2018-11-092-145/+46
|\
| * net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-091-48/+5
| * net: phy: remove state PHY_ANHeiner Kallweit2018-11-092-45/+1
| * net: phy: add phy_check_link_statusHeiner Kallweit2018-11-091-30/+40
| * net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit2018-11-091-12/+1
| * net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit2018-11-091-11/+0
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-11-0814-62/+41
|\
| * igc: Clean up codeSasha Neftin2018-11-072-24/+0
| * e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar2018-11-071-3/+10
| * igc: Tidy up some white spaceDan Carpenter2018-11-071-5/+5
| * igc: fix error return handling from call to netif_set_real_num_tx_queuesColin Ian King2018-11-071-1/+1
| * igc: Remove set but not used variable 'pci_using_dac'YueHaibing2018-11-071-4/+1
| * igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing2018-11-071-8/+0
| * i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-073-3/+5
| * intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-075-10/+10
| * ixgbevf: add support for software timestampsJacob Keller2018-11-071-0/+2
| * ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson2018-11-071-1/+3
| * ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is nullColin Ian King2018-11-071-1/+2
| * igbvf: Replace spin_is_locked() with lockdepLance Roy2018-11-071-2/+2
* | Merge branch 'nfp-add-and-use-tunnel-netdev-helpers'David S. Miller2018-11-083-5/+11
|\ \
| * | nfp: flower: include geneve as supported offload tunnel typeJohn Hurley2018-11-081-0/+2
| * | nfp: flower: use geneve and vxlan helpersJohn Hurley2018-11-081-5/+3
| * | net: add netif_is_geneve()John Hurley2018-11-081-0/+6
|/ /
* | sfc: add missing NVRAM partition types for EF10Edward Cree2018-11-081-0/+7
* | Merge branch 'vlan-prepare-for-removal-of-VLAN_TAG_PRESENT'David S. Miller2018-11-082-6/+27
|\ \
| * | net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław2018-11-081-2/+0
| * | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-082-3/+2
| * | net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław2018-11-081-0/+13
| * | net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław2018-11-081-1/+12
|/ /
* | inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-083-3/+2
* | net: vlan: add support for tunnel offloadDavide Caratti2018-11-083-0/+15
* | tun: compute the RFS hash only if needed.Paolo Abeni2018-11-081-1/+2
* | net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore2018-11-081-0/+8
* | net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit2018-11-081-9/+2
* | net: phy: make phy_trigger_machine staticHeiner Kallweit2018-11-082-22/+12
* | net: dsa: bcm_sf2: fix semicolon.cocci warningskbuild test robot2018-11-081-2/+2
* | net: phy: bcm7xxx: Add entry for BCM7255Justin Chen2018-11-082-0/+3
* | Merge branch 'udp-gro'David S. Miller2018-11-0820-123/+708
|\ \
| * | selftests: add functionals test for UDP GROPaolo Abeni2018-11-086-23/+282
| * | selftests: add some benchmark for UDP GROPaolo Abeni2018-11-082-0/+94
| * | selftests: add dummy xdp test helperPaolo Abeni2018-11-082-1/+15
| * | selftests: add GRO support to udp bench rx programPaolo Abeni2018-11-081-7/+30
| * | udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-084-10/+88
| * | ipv6: factor out protocol delivery helperPaolo Abeni2018-11-082-12/+18
| * | ip: factor out protocol delivery helperPaolo Abeni2018-11-082-37/+37
| * | udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-083-0/+18