index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-24
netfilter: flowtable: add dsa support
Pablo Neira Ayuso
1
-0
/
+5
2021-03-24
netfilter: flowtable: add pppoe support
Pablo Neira Ayuso
2
-7
/
+51
2021-03-24
netfilter: flowtable: add bridge vlan filtering support
Pablo Neira Ayuso
1
-0
/
+12
2021-03-24
netfilter: flowtable: add vlan support
Pablo Neira Ayuso
3
-26
/
+128
2021-03-24
netfilter: flowtable: use dev_fill_forward_path() to obtain egress device
Pablo Neira Ayuso
3
-35
/
+123
2021-03-24
netfilter: flowtable: use dev_fill_forward_path() to obtain ingress device
Pablo Neira Ayuso
2
-5
/
+100
2021-03-24
netfilter: flowtable: add xmit path types
Pablo Neira Ayuso
3
-8
/
+27
2021-03-24
net: dsa: resolve forwarding path for dsa slave ports
Felix Fietkau
1
-0
/
+16
2021-03-24
net: bridge: resolve forwarding path for VLAN tag actions in bridge devices
Felix Fietkau
4
-1
/
+101
2021-03-24
net: bridge: resolve forwarding path for bridge devices
Pablo Neira Ayuso
1
-0
/
+27
2021-03-24
net: 8021q: resolve forwarding path for vlan devices
Pablo Neira Ayuso
1
-0
/
+15
2021-03-24
net: resolve forwarding path from virtual netdevice and HW destination address
Pablo Neira Ayuso
1
-0
/
+46
2021-03-24
net: bridge: Fix missing return assignment from br_vlan_replay_one call
Colin Ian King
1
-1
/
+1
2021-03-24
bridge: mrp: Disable roles before deleting the MRP instance
Horatiu Vultur
1
-0
/
+7
2021-03-23
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
2
-1
/
+15
2021-03-23
net: dsa: sync up switchdev objects and port attributes when joining the bridge
Vladimir Oltean
3
-2
/
+51
2021-03-23
net: dsa: inherit the actual bridge port flags at join time
Vladimir Oltean
1
-41
/
+82
2021-03-23
net: dsa: pass extack to dsa_port_{bridge,lag}_join
Vladimir Oltean
3
-7
/
+14
2021-03-23
net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...
Vladimir Oltean
1
-4
/
+18
2021-03-23
net: bridge: add helper to replay VLANs installed on port
Vladimir Oltean
1
-0
/
+73
2021-03-23
net: bridge: add helper to replay port and local fdb entries
Vladimir Oltean
1
-0
/
+50
2021-03-23
net: bridge: add helper to replay port and host-joined mdb entries
Vladimir Oltean
1
-17
/
+131
2021-03-23
net: bridge: add helper to retrieve the current ageing time
Vladimir Oltean
1
-0
/
+13
2021-03-23
net: bridge: add helper for retrieving the current bridge port STP state
Vladimir Oltean
1
-0
/
+14
2021-03-23
net: lapb: Make "lapb_t1timer_running" able to detect an already running timer
Xie He
2
-9
/
+14
2021-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-205
/
+161
2021-03-22
net: set initial device refcount to 1
Eric Dumazet
1
-3
/
+6
2021-03-22
net: bridge: when suppression is enabled exclude RARP packets
Nikolay Aleksandrov
1
-1
/
+3
2021-03-22
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
1
-1
/
+1
2021-03-22
net: l2tp: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-22
net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h
Vladimir Oltean
1
-3
/
+0
2021-03-22
net: make xps_needed and xps_rxqs_needed static
Vladimir Oltean
1
-4
/
+2
2021-03-22
net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64
Vladimir Oltean
1
-1
/
+1
2021-03-22
openvswitch: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-22
net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS
Vladimir Oltean
1
-2
/
+2
2021-03-22
net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports
Vladimir Oltean
1
-18
/
+18
2021-03-22
dsa: simplify Kconfig symbols and dependencies
Alexander Lobakin
1
-7
/
+3
2021-03-20
net: decnet: Fixed multiple coding style issues
Sai Kalyaan Palla
1
-8
/
+13
2021-03-19
net: add CONFIG_PCPU_DEV_REFCNT
Eric Dumazet
2
-0
/
+18
2021-03-19
taprio: Handle short intervals and large packets
Kurt Kanzenbach
1
-10
/
+54
2021-03-18
ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GRO
Alexander Lobakin
1
-3
/
+8
2021-03-18
vlan/8021q: avoid retpoline overhead on GRO
Alexander Lobakin
1
-2
/
+8
2021-03-18
/net/core/: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-03-18
/net/hsr: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-03-18
net: dsa: Add helper to resolve bridge port from DSA port
Tobias Waldekranz
1
-13
/
+1
2021-03-18
net: NULL the old xps map entries when freeing them
Antoine Tenart
1
-0
/
+1
2021-03-18
net: fix use after free in xps
Antoine Tenart
1
-5
/
+12
2021-03-18
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
1
-77
/
+48
2021-03-18
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
1
-14
/
+11
2021-03-18
net: improve queue removal readability in __netif_set_xps_queue
Antoine Tenart
1
-6
/
+9
[next]