aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai1-1/+1
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2021-03-24net: decnet: Fixed multiple Coding Style issuesSai Kalyaan Palla1-13/+13
2021-03-24net: sched: Mundane typo fixesBhaskar Chowdhury1-2/+2
2021-03-24dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso1-1/+19
2021-03-24netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso1-3/+12
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau5-1/+15
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso3-3/+21
2021-03-24netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso1-42/+124
2021-03-24netfilter: flowtable: add dsa supportPablo Neira Ayuso1-0/+5
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso2-7/+51
2021-03-24netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso1-0/+12
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso3-26/+128
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso3-35/+123
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2-5/+100
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso3-8/+27
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau1-0/+16
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau4-1/+101
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso1-0/+27
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso1-0/+15
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+46
2021-03-24net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King1-1/+1
2021-03-24bridge: mrp: Disable roles before deleting the MRP instanceHoratiu Vultur1-0/+7
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov2-1/+15
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean3-2/+51
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean1-41/+82
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean3-7/+14
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridgeVladimir Oltean1-4/+18
2021-03-23net: bridge: add helper to replay VLANs installed on portVladimir Oltean1-0/+73
2021-03-23net: bridge: add helper to replay port and local fdb entriesVladimir Oltean1-0/+50
2021-03-23net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean1-17/+131
2021-03-23net: bridge: add helper to retrieve the current ageing timeVladimir Oltean1-0/+13
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean1-0/+14
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He2-9/+14
2021-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-205/+161
2021-03-22net: set initial device refcount to 1Eric Dumazet1-3/+6
2021-03-22net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov1-1/+3
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart1-1/+1
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean1-3/+0
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean1-4/+2
2021-03-22net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64Vladimir Oltean1-1/+1
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean1-2/+2
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin1-7/+3
2021-03-20net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla1-8/+13
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2-0/+18
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach1-10/+54
2021-03-18ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin1-3/+8