aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-09tc-testing: introduce scapyPlugin for basic trafficLucas Bates2-0/+148
2019-07-09tc-testing: Allow tdc plugins to see test case dataLucas Bates2-8/+7
2019-07-09net: dsa: vsc73xx: fix NET_DSA and OF dependenciesArnd Bergmann1-0/+4
2019-07-09Merge branch 'Armada-8040-SoC-in-orion-mdio-hang'David S. Miller2-2/+11
2019-07-09net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer1-0/+5
2019-07-09net: mvmdio: print warning when orion-mdio has too many clocksJosua Mayer1-0/+4
2019-07-09net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer1-1/+1
2019-07-09dt-bindings: allow up to four clocks for orion-mdioJosua Mayer1-1/+1
2019-07-09net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas1-8/+9
2019-07-09Merge branch 'net-stmmac-Some-improvements-and-a-fix'David S. Miller12-172/+114
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu3-144/+70
2019-07-09net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu7-22/+26
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu4-8/+20
2019-07-09bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan1-6/+2
2019-07-09Merge branch 'net-sched-Introduce-tc-connection-tracking'David S. Miller13-5/+1632
2019-07-09tc-tests: Add tc action ct testsPaul Blakey1-0/+314
2019-07-09net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2-5/+138
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey3-0/+69
2019-07-09net/sched: Introduce action ctPaul Blakey8-0/+1111
2019-07-09Merge branch 'devlink-Introduce-PCI-PF-VF-ports-and-attributes'David S. Miller5-53/+232
2019-07-09net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2-31/+78
2019-07-09devlink: Introduce PCI VF port flavour and port attributeParav Pandit3-0/+54
2019-07-09devlink: Introduce PCI PF port flavour and port attributeParav Pandit3-0/+47
2019-07-09devlink: Return physical port fields only for applicable port flavoursParav Pandit1-0/+4
2019-07-09devlink: Refactor physical port attributesParav Pandit2-22/+49
2019-07-08Merge branch 'nfp-tls-fixes-for-initial-TLS-support'David S. Miller10-50/+143
2019-07-08net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2019-07-08nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski1-0/+23
2019-07-08nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski1-4/+2
2019-07-08net/tls: add missing prot info initJakub Kicinski1-0/+2
2019-07-08nfp: tls: don't leave key material in freed FW cmsg skbsJakub Kicinski1-1/+15
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe4-12/+23
2019-07-08nfp: tls: count TSO segments separately for the TLS offloadJakub Kicinski1-1/+4
2019-07-08nfp: ccm: increase message limitsDirk van der Merwe1-3/+3
2019-07-08nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski3-14/+34
2019-07-08nfp: tls: move setting ipver_vlan to a helperJakub Kicinski1-6/+10
2019-07-08nfp: tls: ignore queue limits for delete commandsJakub Kicinski3-10/+24
2019-07-08sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long1-9/+4
2019-07-08Merge branch 'sctp-tidyup'David S. Miller6-46/+39
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long3-7/+7
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long5-22/+23
2019-07-08sctp: remove prsctp_enable from asocXin Long4-8/+6
2019-07-08sctp: remove reconf_enable from asocXin Long4-11/+5
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang1-12/+4
2019-07-08Merge branch 'Add-MPLS-actions-to-TC'David S. Miller11-73/+1754
2019-07-08tc-tests: actions: add MPLS testsJohn Hurley2-0/+1089
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley8-1/+514
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley3-10/+37
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley3-35/+45
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley3-27/+69