summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tc-testing: introduce scapyPlugin for basic trafficLucas Bates2019-07-092-0/+148
* tc-testing: Allow tdc plugins to see test case dataLucas Bates2019-07-092-8/+7
* net: dsa: vsc73xx: fix NET_DSA and OF dependenciesArnd Bergmann2019-07-091-0/+4
* Merge branch 'Armada-8040-SoC-in-orion-mdio-hang'David S. Miller2019-07-092-2/+11
|\
| * net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer2019-07-091-0/+5
| * net: mvmdio: print warning when orion-mdio has too many clocksJosua Mayer2019-07-091-0/+4
| * net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer2019-07-091-1/+1
| * dt-bindings: allow up to four clocks for orion-mdioJosua Mayer2019-07-091-1/+1
|/
* net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas2019-07-091-8/+9
* Merge branch 'net-stmmac-Some-improvements-and-a-fix'David S. Miller2019-07-0912-172/+114
|\
| * net: stmmac: Introducing support for Page PoolJose Abreu2019-07-093-144/+70
| * net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu2019-07-097-22/+26
| * net: stmmac: Implement RX Coalesce Frames settingJose Abreu2019-07-094-8/+20
|/
* bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan2019-07-091-6/+2
* Merge branch 'net-sched-Introduce-tc-connection-tracking'David S. Miller2019-07-0913-5/+1632
|\
| * tc-tests: Add tc action ct testsPaul Blakey2019-07-091-0/+314
| * net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-092-5/+138
| * net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-093-0/+69
| * net/sched: Introduce action ctPaul Blakey2019-07-098-0/+1111
|/
* Merge branch 'devlink-Introduce-PCI-PF-VF-ports-and-attributes'David S. Miller2019-07-095-53/+232
|\
| * net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2019-07-092-31/+78
| * devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-093-0/+54
| * devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-093-0/+47
| * devlink: Return physical port fields only for applicable port flavoursParav Pandit2019-07-091-0/+4
| * devlink: Refactor physical port attributesParav Pandit2019-07-092-22/+49
|/
* Merge branch 'nfp-tls-fixes-for-initial-TLS-support'David S. Miller2019-07-0810-50/+143
|\
| * net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-081-0/+4
| * nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski2019-07-081-0/+23
| * nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski2019-07-081-4/+2
| * net/tls: add missing prot info initJakub Kicinski2019-07-081-0/+2
| * nfp: tls: don't leave key material in freed FW cmsg skbsJakub Kicinski2019-07-081-1/+15
| * net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-084-12/+23
| * nfp: tls: count TSO segments separately for the TLS offloadJakub Kicinski2019-07-081-1/+4
| * nfp: ccm: increase message limitsDirk van der Merwe2019-07-081-3/+3
| * nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski2019-07-083-14/+34
| * nfp: tls: move setting ipver_vlan to a helperJakub Kicinski2019-07-081-6/+10
| * nfp: tls: ignore queue limits for delete commandsJakub Kicinski2019-07-083-10/+24
|/
* sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long2019-07-081-9/+4
* Merge branch 'sctp-tidyup'David S. Miller2019-07-086-46/+39
|\
| * sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-083-7/+7
| * sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-085-22/+23
| * sctp: remove prsctp_enable from asocXin Long2019-07-084-8/+6
| * sctp: remove reconf_enable from asocXin Long2019-07-084-11/+5
|/
* net: phy: Make use of linkmode_mod_bit helperFuqian Huang2019-07-081-12/+4
* Merge branch 'Add-MPLS-actions-to-TC'David S. Miller2019-07-0811-73/+1754
|\
| * tc-tests: actions: add MPLS testsJohn Hurley2019-07-082-0/+1089
| * net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-088-1/+514
| * net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-083-10/+37
| * net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-083-35/+45
| * net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-083-27/+69
|/