summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-0927-121/+177
* selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio2018-11-091-31/+86
* geneve: Allow configuration of DF behaviourStefano Brivio2018-11-092-8/+56
* geneve: ICMP error lookup handlerStefano Brivio2018-11-091-0/+52
* selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio2018-11-091-18/+125
* vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-093-1/+38
* vxlan: ICMP error lookup handlerStefano Brivio2018-11-091-0/+29
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-095-20/+153
* net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King2018-11-091-1/+1
* cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar2018-11-091-0/+1
* net/ipv6: compute anycast address hash only if dev is nullLi RongQing2018-11-091-2/+4
* net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing2018-11-091-1/+1
* Merge branch 'net-sched-prepare-for-more-Qdisc-offloads'David S. Miller2018-11-095-80/+107
|\
| * net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-091-1/+3
| * net: sched: red: delay destroying child qdisc on replaceJakub Kicinski2018-11-091-2/+6
| * net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-091-14/+14
| * 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/+3Star
| * 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/+46Star
|\
| * net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-091-48/+5Star
| * net: phy: remove state PHY_ANHeiner Kallweit2018-11-092-45/+1Star
| * 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/+1Star
| * net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit2018-11-091-11/+0Star
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-11-0814-62/+41Star
|\
| * igc: Clean up codeSasha Neftin2018-11-072-24/+0Star
| * 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/+1Star
| * igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing2018-11-071-8/+0Star
| * 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/+3Star
| * | 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/+0Star
| * | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-082-3/+2Star
| * | 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/+2Star