summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-08s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann
2018-11-08s390/qeth: remove two IPA command helpersJulian Wiedmann
2018-11-08s390/qeth: replace open-coded cmd setupJulian Wiedmann
2018-11-08s390/qeth: remove card listJulian Wiedmann
2018-11-08s390/qeth: unify transmit codeJulian Wiedmann
2018-11-08s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann
2018-11-08s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann
2018-11-08openvswitch: remove BUG_ON from get_dpdevLi RongQing
2018-11-08Merge branch 'ICMP-error-handling-for-UDP-tunnels'David S. Miller
2018-11-08selftests: pmtu: Introduce FoU and GUE PMTU exceptions testsStefano Brivio
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-11-08selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio
2018-11-08geneve: Allow configuration of DF behaviourStefano Brivio
2018-11-08geneve: ICMP error lookup handlerStefano Brivio
2018-11-08selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio
2018-11-08vxlan: Allow configuration of DF behaviourStefano Brivio
2018-11-08vxlan: ICMP error lookup handlerStefano Brivio
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio
2018-11-08net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King
2018-11-08cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing
2018-11-08net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing
2018-11-08Merge branch 'net-sched-prepare-for-more-Qdisc-offloads'David S. Miller
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski
2018-11-08net: sched: add an offload graft helperJakub Kicinski
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski
2018-11-08net: sched: add an offload dump helperJakub Kicinski
2018-11-08Merge branch 'net-phy-improve-and-simplify-phylib-state-machine'David S. Miller
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit
2018-11-08net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit
2018-11-08net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit
2018-11-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2018-11-07Merge branch 'nfp-add-and-use-tunnel-netdev-helpers'David S. Miller
2018-11-07nfp: flower: include geneve as supported offload tunnel typeJohn Hurley
2018-11-07nfp: flower: use geneve and vxlan helpersJohn Hurley
2018-11-07net: add netif_is_geneve()John Hurley
2018-11-07sfc: add missing NVRAM partition types for EF10Edward Cree
2018-11-07Merge branch 'vlan-prepare-for-removal-of-VLAN_TAG_PRESENT'David S. Miller
2018-11-07net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław
2018-11-07net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław
2018-11-07net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao