summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* if_ether.h: add EtherCAT EthertypeDaniel Braunwarth2022-03-021-0/+1
* if_ether.h: add PROFINET EthertypeDaniel Braunwarth2022-03-021-0/+1
* net/smc: add sysctl for autocorkingDust Li2022-03-011-0/+1
* net/smc: add sysctl interface for SMCDust Li2022-03-011-0/+3
* drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov2022-03-011-1/+24
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-011-0/+26
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-011-2/+26
* rtnetlink: add new rtm tunnel api for tunnel id filteringRoopa Prabhu2022-03-012-0/+35
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-03-014-14/+22
|\
| * net/mlx5: Add clarification on sync reset failureMoshe Shemesh2022-02-241-0/+3
| * net/mlx5: Add reset_state field to MFRL registerMoshe Shemesh2022-02-241-2/+12
| * net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed2022-02-241-1/+2
| * net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed2022-02-241-0/+2
| * net/mlx5: cmdif, Add new api for command executionSaeed Mahameed2022-02-241-0/+2
| * net/mlx5: cmdif, cmd_check refactoringSaeed Mahameed2022-02-241-1/+0
| * net/mlx5: Add ability to insert to specific flow groupMark Bloch2022-02-241-0/+1
| * mlx5: remove unused static inlinesJakub Kicinski2022-02-241-10/+0
* | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-1/+1
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-091-1/+1
* | | net: phylink: remove phylink_set_pcs()Russell King (Oracle)2022-02-281-1/+0
* | | flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-0/+6
* | | net: flow_offload: add tc police action parametersJianbo Liu2022-02-282-0/+39
* | | net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean2022-02-271-10/+21
* | | net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-2/+4
* | | net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-6/+36
* | | net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2022-02-271-1/+1
* | | net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-271-7/+1
* | | net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean2022-02-271-1/+5
* | | net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-271-6/+6
* | | PCI: Add Fungible Vendor ID to pci_ids.hDimitris Michailidis2022-02-271-0/+2
* | | net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong2022-02-262-0/+8
* | | net: ip: add skb drop reasons for ip egress pathMenglong Dong2022-02-262-0/+14
* | | net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka2022-02-251-0/+6
* | | net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-251-0/+13
* | | net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean2022-02-251-0/+12
* | | net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-251-0/+6
* | | net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-251-8/+2
* | | net: dsa: create a dsa_lag structureVladimir Oltean2022-02-251-13/+37
* | | net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-251-3/+5
* | | net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-251-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-258-33/+38
|\ \ \
| * \ \ Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-245-33/+36
| |\ \ \
| | * | | openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-0/+5
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-222-3/+1
| | |\ \ \
| | | * | | netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-202-3/+1
| | * | | | net: Force inlining of checksum functions in net/checksum.hChristophe Leroy2022-02-191-23/+24
| | * | | | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-181-2/+2
| * | | | | Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-241-0/+1
| |\ \ \ \ \
| | * | | | | nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash2022-02-231-0/+1
| * | | | | | Merge tag 'slab-for-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-231-2/+1
| |\ \ \ \ \ \