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-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
8
-13
/
+13
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
22
-54
/
+53
2022-10-11
Merge tag '9p-for-6.1' of https://github.com/martinetd/linux
Linus Torvalds
7
-28
/
+246
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+5
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-12
/
+8
2022-10-08
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2022-10-08
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+2
2022-10-07
net/9p: clarify trans_fd parse_opt failure handling
Li Zhong
1
-1
/
+3
2022-10-07
net/9p: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-10-07
net/9p: use a dedicated spinlock for trans_fd
Dominique Martinet
1
-16
/
+25
2022-10-07
9p/trans_fd: always use O_NONBLOCK read/write
Tetsuo Handa
1
-0
/
+3
2022-10-07
Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2022-10-05
net/9p: allocate appropriate reduced message buffers
Christian Schoenebeck
1
-7
/
+35
2022-10-05
net/9p: add 'pooled_rbuffers' flag to struct p9_trans_module
Christian Schoenebeck
4
-0
/
+4
2022-10-05
net/9p: add p9_msg_buf_size()
Christian Schoenebeck
2
-0
/
+169
2022-10-05
net/9p: split message size argument into 't_size' and 'r_size' pair
Christian Schoenebeck
1
-9
/
+11
2022-10-05
9p: trans_fd/p9_conn_cancel: drop client lock earlier
Dominique Martinet
1
-1
/
+2
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
358
-16880
/
+10083
2022-10-04
Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-17
/
+41
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-53
/
+88
2022-10-04
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
1
-2
/
+2
2022-10-04
ethtool: add interface to interact with Ethernet Power Equipment
Oleksij Rempel
5
-1
/
+209
2022-10-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-27
/
+26
2022-10-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-31
/
+343
2022-10-03
net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
Lorenzo Bianconi
4
-52
/
+87
2022-10-03
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-2
/
+2
2022-10-03
net/ieee802154: reject zero-sized raw_sendmsg()
Tetsuo Handa
1
-0
/
+3
2022-10-03
gro: add support of (hw)gro packets to gro stack
Coco Li
2
-6
/
+29
2022-10-03
mptcp: update misleading comments.
Paolo Abeni
1
-7
/
+7
2022-10-03
mptcp: use fastclose on more edge scenarios
Paolo Abeni
1
-19
/
+44
2022-10-03
mptcp: propagate fastclose error
Paolo Abeni
1
-11
/
+36
2022-10-03
af_unix: Fix memory leaks of the whole sk due to OOB skb.
Kuniyuki Iwashima
1
-6
/
+7
2022-10-03
net: Add helper function to parse netlink msg of ip_tunnel_parm
Liu Jian
3
-49
/
+34
2022-10-03
net: Add helper function to parse netlink msg of ip_tunnel_encap
Liu Jian
4
-107
/
+41
2022-10-03
net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...
Tetsuo Handa
1
-1
/
+1
2022-10-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
18
-256
/
+633
2022-10-02
net: sched: use tc_cls_bind_class() in filter
Zhengchao Shao
9
-54
/
+9
2022-10-02
net: sched: ensure n arg not empty before call bind_class
Zhengchao Shao
1
-1
/
+1
2022-10-01
net: dsa: remove bool devlink_port_setup
Vladimir Oltean
1
-8
/
+6
2022-10-01
net: dsa: don't do devlink port setup early
Jiri Pirko
1
-94
/
+82
2022-10-01
net: dsa: don't leave dangling pointers in dp->pl when failing
Vladimir Oltean
3
-10
/
+19
2022-10-01
net: dsa: move port_setup/teardown to be called outside devlink port register...
Jiri Pirko
1
-42
/
+26
2022-10-01
net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...
Jiri Pirko
1
-3
/
+43
2022-10-01
net: devlink: introduce a flag to indicate devlink port being registered
Jiri Pirko
1
-2
/
+4
2022-10-01
net: devlink: introduce port registered assert helper and use it
Jiri Pirko
1
-13
/
+19
2022-10-01
Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
14
-1649
/
+1565
2022-10-01
genetlink: reject use of nlmsg_flags for new commands
Jakub Kicinski
1
-1
/
+31
2022-10-01
Bluetooth: hci_sync: Fix not indicating power state
Luiz Augusto von Dentz
1
-0
/
+1
2022-09-30
Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
19
-288
/
+766
2022-09-30
xsk: Expose min chunk size to drivers
Maxim Mikityanskiy
1
-2
/
+0
[next]