index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: mrp: Disable roles before deleting the MRP instance
Horatiu Vultur
2021-03-24
1
-0
/
+7
*
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
2021-03-24
2
-1
/
+15
*
net: dsa: sync up switchdev objects and port attributes when joining the bridge
Vladimir Oltean
2021-03-23
3
-2
/
+51
*
net: dsa: inherit the actual bridge port flags at join time
Vladimir Oltean
2021-03-23
1
-41
/
+82
*
net: dsa: pass extack to dsa_port_{bridge,lag}_join
Vladimir Oltean
2021-03-23
3
-7
/
+14
*
net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...
Vladimir Oltean
2021-03-23
1
-4
/
+18
*
net: bridge: add helper to replay VLANs installed on port
Vladimir Oltean
2021-03-23
1
-0
/
+73
*
net: bridge: add helper to replay port and local fdb entries
Vladimir Oltean
2021-03-23
1
-0
/
+50
*
net: bridge: add helper to replay port and host-joined mdb entries
Vladimir Oltean
2021-03-23
1
-17
/
+131
*
net: bridge: add helper to retrieve the current ageing time
Vladimir Oltean
2021-03-23
1
-0
/
+13
*
net: bridge: add helper for retrieving the current bridge port STP state
Vladimir Oltean
2021-03-23
1
-0
/
+14
*
net: lapb: Make "lapb_t1timer_running" able to detect an already running timer
Xie He
2021-03-23
2
-9
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-03-23
6
-205
/
+161
|
\
|
*
netfilter: nftables: update table flags from the commit phase
Pablo Neira Ayuso
2021-03-18
1
-15
/
+16
|
*
netfilter: flowtable: refresh timeout after dst and writable checks
Pablo Neira Ayuso
2021-03-18
1
-4
/
+4
|
*
netfilter: flowtable: call dst_check() to fall back to classic forwarding
Pablo Neira Ayuso
2021-03-18
1
-10
/
+2
|
*
netfilter: flowtable: fast NAT functions never fail
Pablo Neira Ayuso
2021-03-18
2
-110
/
+78
|
*
netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumeration
Pablo Neira Ayuso
2021-03-18
2
-12
/
+0
|
*
netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4
Pablo Neira Ayuso
2021-03-18
1
-4
/
+4
|
*
netfilter: flowtable: consolidate skb_try_make_writable() call
Pablo Neira Ayuso
2021-03-18
2
-55
/
+31
|
*
netfilter: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-18
3
-0
/
+3
|
*
netfilter: flowtable: separate replace, destroy and stats to different workqu...
Oz Shlomo
2021-03-18
1
-8
/
+36
*
|
net: set initial device refcount to 1
Eric Dumazet
2021-03-23
1
-3
/
+6
*
|
net: bridge: when suppression is enabled exclude RARP packets
Nikolay Aleksandrov
2021-03-22
1
-1
/
+3
*
|
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
2021-03-22
1
-1
/
+1
*
|
net: l2tp: Fix a typo
Bhaskar Chowdhury
2021-03-22
1
-1
/
+1
*
|
net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h
Vladimir Oltean
2021-03-22
1
-3
/
+0
*
|
net: make xps_needed and xps_rxqs_needed static
Vladimir Oltean
2021-03-22
1
-4
/
+2
*
|
net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64
Vladimir Oltean
2021-03-22
1
-1
/
+1
*
|
openvswitch: Fix a typo
Bhaskar Chowdhury
2021-03-22
1
-1
/
+1
*
|
net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS
Vladimir Oltean
2021-03-22
1
-2
/
+2
*
|
net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports
Vladimir Oltean
2021-03-22
1
-18
/
+18
*
|
dsa: simplify Kconfig symbols and dependencies
Alexander Lobakin
2021-03-22
1
-7
/
+3
*
|
net: decnet: Fixed multiple coding style issues
Sai Kalyaan Palla
2021-03-21
1
-8
/
+13
*
|
net: add CONFIG_PCPU_DEV_REFCNT
Eric Dumazet
2021-03-19
2
-0
/
+18
*
|
taprio: Handle short intervals and large packets
Kurt Kanzenbach
2021-03-19
1
-10
/
+54
*
|
ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GRO
Alexander Lobakin
2021-03-19
1
-3
/
+8
*
|
vlan/8021q: avoid retpoline overhead on GRO
Alexander Lobakin
2021-03-19
1
-2
/
+8
*
|
/net/core/: fix misspellings using codespell tool
Xiong Zhenwu
2021-03-19
1
-1
/
+1
*
|
/net/hsr: fix misspellings using codespell tool
Xiong Zhenwu
2021-03-19
1
-1
/
+1
*
|
net: dsa: Add helper to resolve bridge port from DSA port
Tobias Waldekranz
2021-03-19
1
-13
/
+1
*
|
net: NULL the old xps map entries when freeing them
Antoine Tenart
2021-03-18
1
-0
/
+1
*
|
net: fix use after free in xps
Antoine Tenart
2021-03-18
1
-5
/
+12
*
|
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
2021-03-18
1
-77
/
+48
*
|
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
2021-03-18
1
-14
/
+11
*
|
net: improve queue removal readability in __netif_set_xps_queue
Antoine Tenart
2021-03-18
1
-6
/
+9
*
|
net: add an helper to copy xps maps to the new dev_maps
Antoine Tenart
2021-03-18
1
-20
/
+25
*
|
net: move the xps maps to an array
Antoine Tenart
2021-03-18
2
-45
/
+34
*
|
net: remove the xps possible_mask
Antoine Tenart
2021-03-18
2
-29
/
+15
*
|
net: embed nr_ids in the xps maps
Antoine Tenart
2021-03-18
2
-40
/
+43
[next]