| Commit message (Expand) | Author | Files | Lines |
2020-07-22 | netfilter: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 17 | -36/+34 |
2020-07-22 | ipvs: queue delayed work to expire no destination connections if expire_nodes... | Andrew Sy Kim | 4 | -27/+110 |
2020-07-15 | netfilter: nf_tables: Fix a use after free in nft_immediate_destroy() | Dan Carpenter | 1 | -2/+2 |
2020-07-15 | qlcnic: convert to new udp_tunnel_nic infra | Jakub Kicinski | 3 | -70/+32 |
2020-07-15 | qede: convert to new udp_tunnel_nic infra | Jakub Kicinski | 3 | -103/+58 |
2020-07-15 | fm10k: convert to new udp_tunnel_nic infra | Jakub Kicinski | 4 | -159/+28 |
2020-07-15 | liquidio_vf: convert to new udp_tunnel_nic infra | Jakub Kicinski | 1 | -26/+33 |
2020-07-15 | liquidio: convert to new udp_tunnel_nic infra | Jakub Kicinski | 1 | -26/+33 |
2020-07-15 | enic: convert to new udp_tunnel_nic infra | Jakub Kicinski | 1 | -66/+39 |
2020-07-15 | cxgb4: convert to new udp_tunnel_nic infra | Jakub Kicinski | 2 | -79/+31 |
2020-07-15 | bnx2x: convert to new udp_tunnel_nic infra | Jakub Kicinski | 3 | -123/+29 |
2020-07-15 | xgbe: convert to new udp_tunnel_nic infra | Jakub Kicinski | 3 | -243/+30 |
2020-07-15 | xgbe: switch to more generic VxLAN detection | Jakub Kicinski | 1 | -19/+8 |
2020-07-15 | be2net: convert to new udp_tunnel_nic infra | Jakub Kicinski | 2 | -165/+38 |
2020-07-15 | nfp: convert to new udp_tunnel_nic infra | Jakub Kicinski | 2 | -97/+34 |
2020-07-15 | ksz884x: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -38/+30 |
2020-07-15 | r8169: add support for RTL8125B | Heiner Kallweit | 3 | -23/+141 |
2020-07-15 | net: phy: realtek: add support for RTL8125B-internal PHY | Heiner Kallweit | 1 | -0/+12 |
2020-07-14 | s390/qeth: constify the MPC initialization data | Julian Wiedmann | 3 | -18/+17 |
2020-07-14 | s390/qeth: unify RX-mode hashtables | Julian Wiedmann | 4 | -14/+12 |
2020-07-14 | s390/qeth: cleanup OAT code | Julian Wiedmann | 1 | -28/+12 |
2020-07-14 | s390/qeth: clean up a magic number in the OAT callback | Julian Wiedmann | 1 | -4/+2 |
2020-07-14 | s390/qeth: use u64_to_user_ptr() in the OAT code | Julian Wiedmann | 1 | -4/+2 |
2020-07-14 | s390/qeth: clean up error handling for isolation mode cmds | Julian Wiedmann | 3 | -70/+40 |
2020-07-14 | s390/qeth: don't clear the configured isolation mode | Julian Wiedmann | 1 | -11/+11 |
2020-07-14 | s390/qeth: only init the isolation mode when necessary | Julian Wiedmann | 1 | -5/+6 |
2020-07-14 | s390/qeth: fine-tune errno when cmds are cancelled | Julian Wiedmann | 1 | -1/+1 |
2020-07-14 | s390/qeth: reject unsupported link type earlier | Julian Wiedmann | 2 | -17/+27 |
2020-07-14 | mlxsw: core: Use mirror reason during Rx listener lookup | Ido Schimmel | 2 | -2/+5 |
2020-07-14 | mlxsw: pci: Retrieve mirror reason from CQE during receive | Ido Schimmel | 2 | -1/+6 |
2020-07-14 | mlxsw: pci: Add mirror reason field to CQEv2 | Ido Schimmel | 1 | -0/+5 |
2020-07-14 | mlxsw: trap: Add trap identifiers for mirrored packets | Ido Schimmel | 1 | -0/+8 |
2020-07-14 | mlxsw: reg: Increase trap identifier to 10 bits | Amit Cohen | 3 | -3/+3 |
2020-07-14 | mlxsw: spectrum_span: Allow setting policer on a SPAN agent | Ido Schimmel | 4 | -3/+114 |
2020-07-14 | mlxsw: spectrum_span: Allow passing parameters to SPAN agents | Ido Schimmel | 5 | -8/+20 |
2020-07-14 | mlxsw: spectrum_span: Add support for mirroring towards CPU port | Ido Schimmel | 1 | -0/+88 |
2020-07-14 | mlxsw: spectrum_span: Do not dereference destination netdev | Ido Schimmel | 1 | -4/+3 |
2020-07-14 | mlxsw: spectrum_span: Add driver private info to parms_set() callback | Ido Schimmel | 2 | -8/+14 |
2020-07-14 | mlxsw: spectrum_span: Add per-ASIC SPAN agent operations | Ido Schimmel | 1 | -4/+27 |
2020-07-14 | mlxsw: reg: add mirroring_pid_base to MOGCR register | Amit Cohen | 1 | -0/+8 |
2020-07-14 | mlxsw: reg: Add session_id and pid to MPAT register | Amit Cohen | 1 | -0/+19 |
2020-07-14 | net: neterion: vxge: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -54/+52 |
2020-07-14 | net: neterion: s2io: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -101/+90 |
2020-07-14 | lan743x: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -24/+22 |
2020-07-14 | net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN | Horatiu Vultur | 3 | -0/+5 |
2020-07-14 | bridge: mrp: Extend br_mrp_fill_info | Horatiu Vultur | 1 | -0/+18 |
2020-07-14 | bridge: uapi: mrp: Extend MRP_INFO attributes for interconnect status | Horatiu Vultur | 1 | -0/+5 |
2020-07-14 | bridge: mrp: Extend MRP netlink interface for configuring MRP interconnect | Horatiu Vultur | 1 | -0/+140 |
2020-07-14 | bridge: mrp: Implement the MRP Interconnect API | Horatiu Vultur | 2 | -31/+543 |
2020-07-14 | bridge: switchdev: mrp: Extend MRP API for switchdev for MRP Interconnect | Horatiu Vultur | 2 | -0/+69 |