index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_del
Vladimir Oltean
1
-23
/
+0
2021-06-29
net: bridge: allow br_fdb_replay to be called for the bridge device
Vladimir Oltean
1
-1
/
+4
2021-06-29
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
3
-11
/
+11
2021-06-29
net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dst
Vladimir Oltean
2
-14
/
+21
2021-06-29
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
13
-1
/
+18
2021-06-29
net: update netdev_rx_csum_fault() print dump only once
Tanner Love
1
-5
/
+9
2021-06-29
net: bridge: mrp: Update the Test frames for MRA
Horatiu Vultur
2
-0
/
+38
2021-06-29
Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
21
-364
/
+449
2021-06-29
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
1
-3
/
+10
2021-06-29
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
1
-0
/
+3
2021-06-29
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
1
-1
/
+1
2021-06-29
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
5
-25
/
+43
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-62
/
+65
2021-06-29
libceph: fix doc warnings in cls_lock_client.c
Baokun Li
1
-3
/
+9
2021-06-29
libceph: remove unnecessary ret variable in ceph_auth_init()
zuoqilin
1
-6
/
+1
2021-06-29
libceph: fix some spelling mistakes
Zheng Yongjun
3
-4
/
+4
2021-06-29
libceph: kill ceph_none_authorizer::reply_buf
Ilya Dryomov
2
-3
/
+2
2021-06-29
ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages
Andreas Roeseler
2
-25
/
+59
2021-06-29
net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAG
Vladimir Oltean
3
-2
/
+102
2021-06-29
net: dsa: refactor the prechangeupper sanity checks into a dedicated function
Vladimir Oltean
1
-15
/
+29
2021-06-29
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
4
-19
/
+39
2021-06-29
net: bridge: constify variables in the replay helpers
Vladimir Oltean
3
-9
/
+9
2021-06-29
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
5
-12
/
+26
2021-06-29
net: switchdev: add a context void pointer to struct switchdev_notifier_info
Vladimir Oltean
2
-14
/
+17
2021-06-29
net: bridge: include the is_local bit in br_fdb_replay
Vladimir Oltean
1
-0
/
+1
2021-06-29
xdp: Move the rxq_info.mem clearing to unreg_mem_model()
Jakub Kicinski
1
-5
/
+6
2021-06-28
net: tipc: replace align() with ALIGN in msg.c
Menglong Dong
1
-8
/
+4
2021-06-28
net: tipc: fix FB_MTU eat two pages
Menglong Dong
3
-11
/
+11
2021-06-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git
David S. Miller
19
-214
/
+250
2021-06-28
Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...
David S. Miller
38
-729
/
+1341
2021-06-28
mptcp: fix 'masking a bool' warning
Matthieu Baerts
1
-1
/
+1
2021-06-28
net: sched: fix warning in tcindex_alloc_perfect_hash
Pavel Skripkin
1
-1
/
+1
2021-06-28
ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devices
Guillaume Nault
1
-0
/
+1
2021-06-28
gre: let mac_header point to outer header only when necessary
Guillaume Nault
1
-1
/
+6
2021-06-28
sit: allow redirecting ip6ip, ipip and mplsip packets to eth devices
Guillaume Nault
1
-0
/
+4
2021-06-28
ipip: allow redirecting ipip and mplsip packets to eth devices
Guillaume Nault
1
-0
/
+2
2021-06-28
net: lwtunnel: handle MTU calculation in forwading
Vadim Fedorenko
1
-1
/
+2
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2021-06-28
SUNRPC: Should wake up the privileged task firstly.
Zhang Xiaoxu
1
-0
/
+9
2021-06-28
SUNRPC: Fix the batch tasks count wraparound.
Zhang Xiaoxu
1
-1
/
+2
2021-06-26
Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event
Luiz Augusto von Dentz
1
-1
/
+12
2021-06-26
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2021-06-26
Bluetooth: Fix Set Extended (Scan Response) Data
Luiz Augusto von Dentz
1
-22
/
+29
2021-06-26
Bluetooth: use inclusive language when filtering devices
Archie Pusaka
7
-110
/
+111
2021-06-26
Bluetooth: use inclusive language when tracking connections
Archie Pusaka
2
-10
/
+11
2021-06-26
Bluetooth: use inclusive language in HCI role comments
Archie Pusaka
4
-11
/
+11
2021-06-26
Bluetooth: smp: Use the correct print format
Kai Ye
1
-3
/
+3
2021-06-26
Bluetooth: sco: Use the correct print format
Kai Ye
1
-4
/
+4
2021-06-26
Bluetooth: msft: Use the correct print format
Kai Ye
1
-1
/
+1
[prev]
[next]