index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-20
net: dsa: make tag_8021q operations part of the core
Vladimir Oltean
1
-7
/
+3
2021-07-20
net: dsa: let the core manage the tag_8021q context
Vladimir Oltean
1
-53
/
+61
2021-07-20
net: dsa: build tag_8021q.c as part of DSA core
Vladimir Oltean
3
-16
/
+1
2021-07-20
net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpers
Vladimir Oltean
1
-0
/
+33
2021-07-20
net: dsa: tag_8021q: use symbolic error names
Vladimir Oltean
1
-10
/
+10
2021-07-20
net: dsa: tag_8021q: use "err" consistently instead of "rc"
Vladimir Oltean
1
-23
/
+23
2021-07-20
net: dsa: sja1105: delete the best_effort_vlan_filtering mode
Vladimir Oltean
3
-91
/
+18
2021-07-20
Merge branch 'veth-flexible-channel-numbers'
David S. Miller
12
-19
/
+22
2021-07-20
Merge branch 'bridge-vlan-multicast'
David S. Miller
14
-826
/
+1773
2021-07-20
memcg: enable accounting for scm_fp_list objects
Vasily Averin
1
-2
/
+2
2021-07-20
memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation
Vasily Averin
1
-2
/
+3
2021-07-20
memcg: enable accounting for VLAN group array
Vasily Averin
1
-1
/
+1
2021-07-20
memcg: enable accounting for inet_bin_bucket cache
Vasily Averin
2
-2
/
+4
2021-07-20
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
6
-9
/
+9
2021-07-20
memcg: enable accounting for net_device and Tx/Rx queues
Vasily Averin
1
-3
/
+3
2021-07-20
net: bridge: vlan: add mcast snooping control
Nikolay Aleksandrov
3
-1
/
+46
2021-07-20
net: bridge: vlan: notify when global options change
Nikolay Aleksandrov
1
-1
/
+79
2021-07-20
net: bridge: vlan: add support for dumping global vlan options
Nikolay Aleksandrov
3
-8
/
+68
2021-07-20
net: bridge: vlan: add support for global options
Nikolay Aleksandrov
3
-3
/
+102
2021-07-20
net: bridge: multicast: include router port vlan id in notifications
Nikolay Aleksandrov
3
-10
/
+25
2021-07-20
net: bridge: multicast: add vlan querier and query support
Nikolay Aleksandrov
1
-8
/
+60
2021-07-20
net: bridge: multicast: check if should use vlan mcast ctx
Nikolay Aleksandrov
2
-15
/
+62
2021-07-20
net: bridge: multicast: use the port group to port context helper
Nikolay Aleksandrov
1
-6
/
+15
2021-07-20
net: bridge: multicast: add helper to get port mcast context from port group
Nikolay Aleksandrov
1
-0
/
+38
2021-07-20
net: bridge: add vlan mcast snooping knob
Nikolay Aleksandrov
6
-46
/
+171
2021-07-20
net: bridge: multicast: add vlan state initialization and control
Nikolay Aleksandrov
3
-18
/
+164
2021-07-20
net: bridge: vlan: add global and per-port multicast context
Nikolay Aleksandrov
3
-39
/
+105
2021-07-20
net: bridge: multicast: use multicast contexts instead of bridge or port
Nikolay Aleksandrov
8
-515
/
+575
2021-07-20
net: bridge: multicast: factor out bridge multicast context
Nikolay Aleksandrov
5
-273
/
+333
2021-07-20
net: bridge: multicast: factor out port multicast context
Nikolay Aleksandrov
5
-99
/
+146
2021-07-20
net: bridge: do not replay fdb entries pointing towards the bridge twice
Vladimir Oltean
1
-1
/
+1
2021-07-20
net/tcp_fastopen: remove tcp_fastopen_ctx_lock
Eric Dumazet
2
-15
/
+3
2021-07-20
ipv6: ip6_finish_output2: set sk into newly allocated nskb
Vasily Averin
1
-1
/
+1
2021-07-20
netlink: Deal with ESRCH error in nlmsg_notify()
Yajun Deng
1
-1
/
+3
2021-07-19
net/tcp_fastopen: fix data races around tfo_active_disable_stamp
Eric Dumazet
1
-3
/
+16
2021-07-18
netrom: Decrease sock refcount when sock timers expire
Nguyen Dinh Phi
1
-9
/
+11
2021-07-18
sctp: trim optlen when it's a huge value in sctp_setsockopt
Xin Long
1
-0
/
+4
2021-07-18
net: sched: fix memory leak in tcindex_partial_destroy_work
Pavel Skripkin
1
-1
/
+4
2021-07-18
net: Fix zero-copy head len calculation.
Pravin B Shelar
1
-1
/
+4
2021-07-17
igmp: Add ip_mc_list lock in ip_check_mc_rcu
Liu Jian
1
-0
/
+2
2021-07-16
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
1
-9
/
+27
2021-07-17
netfilter: nf_tables: fix audit memory leak in nf_tables_commit
Dongliang Mu
1
-0
/
+12
2021-07-16
net: decnet: Fix sleeping inside in af_decnet
Yajun Deng
1
-15
/
+12
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
1
-12
/
+11
2021-07-16
skbuff: Fix a potential race while recycling page_pool packets
Ilias Apalodimas
1
-1
/
+12
2021-07-16
openvswitch: Introduce per-cpu upcall dispatch
Mark Gray
3
-3
/
+95
2021-07-16
net/sched: Remove unnecessary if statement
Yajun Deng
3
-29
/
+8
2021-07-16
rtnetlink: use nlmsg_notify() in rtnetlink_send()
Yajun Deng
1
-8
/
+1
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-94
/
+361
2021-07-15
af_unix: Implement unix_dgram_bpf_recvmsg()
Cong Wang
2
-3
/
+91
[prev]
[next]