summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean2021-03-221-18/+18
* | dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin2021-03-221-7/+3
* | net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla2021-03-201-8/+13
* | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-192-0/+18
* | taprio: Handle short intervals and large packetsKurt Kanzenbach2021-03-191-10/+54
* | ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin2021-03-181-3/+8
* | vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin2021-03-181-2/+8
* | /net/core/: fix misspellings using codespell toolXiong Zhenwu2021-03-181-1/+1
* | /net/hsr: fix misspellings using codespell toolXiong Zhenwu2021-03-181-1/+1
* | net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-181-13/+1
* | net: NULL the old xps map entries when freeing themAntoine Tenart2021-03-181-0/+1
* | net: fix use after free in xpsAntoine Tenart2021-03-181-5/+12
* | net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart2021-03-181-77/+48
* | net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart2021-03-181-14/+11
* | net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart2021-03-181-6/+9
* | net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart2021-03-181-20/+25
* | net: move the xps maps to an arrayAntoine Tenart2021-03-182-45/+34
* | net: remove the xps possible_maskAntoine Tenart2021-03-182-29/+15
* | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-182-40/+43
* | net: embed num_tc in the xps mapsAntoine Tenart2021-03-182-50/+58