summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Mundane typo fixesBhaskar Chowdhury2021-03-241-2/+2
* dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso2021-03-241-1/+19
* netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-3/+12
* netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-245-1/+15
* netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-243-3/+21
* netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso2021-03-241-42/+124
* netfilter: flowtable: add dsa supportPablo Neira Ayuso2021-03-241-0/+5
* netfilter: flowtable: add pppoe supportPablo Neira Ayuso2021-03-242-7/+51
* netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso2021-03-241-0/+12
* netfilter: flowtable: add vlan supportPablo Neira Ayuso2021-03-243-26/+128
* netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso2021-03-243-35/+123
* netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2021-03-242-5/+100
* netfilter: flowtable: add xmit path typesPablo Neira Ayuso2021-03-243-8/+27
* net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-241-0/+16
* net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau2021-03-244-1/+101
* net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso2021-03-241-0/+27
* net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso2021-03-241-0/+15
* net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+46
* net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King2021-03-241-1/+1
* bridge: mrp: Disable roles before deleting the MRP instanceHoratiu Vultur2021-03-241-0/+7
* net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-232-1/+15
* net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean2021-03-233-2/+51
* net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean2021-03-231-41/+82
* net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean2021-03-233-7/+14
* net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean2021-03-231-4/+18
* net: bridge: add helper to replay VLANs installed on portVladimir Oltean2021-03-231-0/+73
* net: bridge: add helper to replay port and local fdb entriesVladimir Oltean2021-03-231-0/+50
* net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean2021-03-231-17/+131
* net: bridge: add helper to retrieve the current ageing timeVladimir Oltean2021-03-231-0/+13
* net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean2021-03-231-0/+14
* net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He2021-03-232-9/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-03-226-205/+161
|\
| * netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2021-03-181-15/+16
| * netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso2021-03-181-4/+4
| * netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso2021-03-181-10/+2
| * netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso2021-03-182-110/+78
| * netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso2021-03-182-12/+0
| * netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso2021-03-181-4/+4
| * netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso2021-03-182-55/+31
| * netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-183-0/+3
| * netfilter: flowtable: separate replace, destroy and stats to different workqu...Oz Shlomo2021-03-181-8/+36
* | net: set initial device refcount to 1Eric Dumazet2021-03-221-3/+6
* | net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov2021-03-221-1/+3
* | net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart2021-03-221-1/+1
* | net: l2tp: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* | net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean2021-03-221-3/+0
* | net: make xps_needed and xps_rxqs_needed staticVladimir Oltean2021-03-221-4/+2
* | net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64Vladimir Oltean2021-03-221-1/+1
* | openvswitch: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* | net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean2021-03-221-2/+2