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
2022-01-07
mptcp: keep snd_una updated for fallback socket
Paolo Abeni
1
-0
/
+1
2022-01-07
Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()
Dan Carpenter
1
-2
/
+3
2022-01-07
Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
Dan Carpenter
1
-6
/
+8
2022-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-1
/
+15
2022-01-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-50
/
+189
2022-01-07
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
8
-0
/
+10
2022-01-06
Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt
Luiz Augusto von Dentz
1
-10
/
+9
2022-01-06
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
3
-9
/
+13
2022-01-06
ethtool: use phydev variable
Tom Rix
1
-4
/
+4
2022-01-06
gro: add ability to control gro max packet size
Coco Li
3
-1
/
+28
2022-01-06
net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
Miroslav Lichvar
1
-3
/
+6
2022-01-06
net: dsa: setup master before ports
Vladimir Oltean
1
-10
/
+13
2022-01-06
net: dsa: first set up shared ports, then non-shared ports
Vladimir Oltean
1
-13
/
+37
2022-01-06
net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
Vladimir Oltean
2
-2
/
+10
2022-01-06
net: dsa: stop updating master MTU from master.c
Vladimir Oltean
1
-24
/
+1
2022-01-06
net: dsa: merge rtnl_lock sections in dsa_slave_create
Vladimir Oltean
1
-3
/
+1
2022-01-06
net: dsa: reorder PHY initialization with MTU setup in slave.c
Vladimir Oltean
1
-7
/
+7
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-12
/
+81
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
8
-8
/
+88
2022-01-06
netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
Florian Westphal
1
-0
/
+8
2022-01-06
netfilter: nft_payload: do not update layer 4 checksum when mangling fragments
Pablo Neira Ayuso
1
-0
/
+3
2022-01-06
xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames
Toke Høiland-Jørgensen
1
-11
/
+54
2022-01-06
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
1
-7
/
+17
2022-01-06
page_pool: Store the XDP mem id
Toke Høiland-Jørgensen
2
-2
/
+4
2022-01-06
page_pool: Add callback to init pages when they are allocated
Toke Høiland-Jørgensen
1
-0
/
+2
2022-01-06
xdp: Allow registering memory model without rxq reference
Toke Høiland-Jørgensen
1
-30
/
+62
2022-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
21
-177
/
+269
2022-01-06
bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().
Kuniyuki Iwashima
1
-0
/
+6
2022-01-06
bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().
Kuniyuki Iwashima
1
-0
/
+2
2022-01-05
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
1
-2
/
+2
2022-01-05
bpf, sockmap: Fix double bpf_prog_put on error case in map_link
John Fastabend
1
-8
/
+13
2022-01-05
bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()
John Fastabend
1
-0
/
+27
2022-01-05
netlink: do not allocate a device refcount tracker in ethnl_default_notify()
Eric Dumazet
1
-1
/
+0
2022-01-05
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
1
-1
/
+1
2022-01-05
netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
Xin Xiong
1
-1
/
+4
2022-01-05
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
3
-49
/
+13
2022-01-05
net: dsa: remove cross-chip support for MRP
Vladimir Oltean
3
-106
/
+20
2022-01-05
net: dsa: fix incorrect function pointer check for MRP ring roles
Vladimir Oltean
1
-2
/
+2
2022-01-05
net: dsa: make dsa_switch :: num_ports an unsigned int
Vladimir Oltean
1
-1
/
+1
2022-01-05
net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path
Raed Salem
1
-5
/
+25
2022-01-04
Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
4
-82
/
+55
2022-01-04
mac80211: use ieee80211_bss_get_elem()
Johannes Berg
1
-7
/
+7
2022-01-04
mac80211: Add stations iterator where the iterator function may sleep
Martin Blumenstingl
1
-0
/
+13
2022-01-04
mac80211: allow non-standard VHT MCS-10/11
Ping-Ke Shih
1
-1
/
+1
2022-01-04
mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
Pavel Skripkin
3
-81
/
+54
2022-01-04
mac80211: initialize variable have_higher_than_11mbit
Tom Rix
1
-1
/
+1
2022-01-04
Namespaceify mtu_expires sysctl
xu xin
1
-10
/
+11
2022-01-04
Namespaceify min_pmtu sysctl
xu xin
1
-16
/
+37
2022-01-04
sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
Eric Dumazet
1
-4
/
+2
2022-01-04
netrom: fix copying in user data in nr_setsockopt
Christoph Hellwig
1
-1
/
+1
[prev]
[next]