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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
cfg80211: retrieve S1G operating channel number
Kieran Frewen
1
-1
/
+1
2022-05-04
nl80211: validate S1G channel width
Kieran Frewen
1
-0
/
+9
2022-05-04
mac80211: fix rx reordering with non explicit / psmp ack policy
Felix Fietkau
1
-2
/
+1
2022-05-03
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
29
-342
/
+448
2022-05-03
netdev: reshuffle netif_napi_add() APIs to allow dropping weight
Jakub Kicinski
1
-3
/
+3
2022-05-03
mptcp: allow ADD_ADDR reissuance by userspace PMs
Kishen Maloor
1
-2
/
+10
2022-05-03
mptcp: expose server_side attribute in MPTCP netlink events
Kishen Maloor
1
-0
/
+3
2022-05-03
mptcp: establish subflows from either end of connection
Kishen Maloor
3
-7
/
+8
2022-05-03
mptcp: reflect remote port (not 0) in ANNOUNCED events
Kishen Maloor
4
-8
/
+15
2022-05-03
mptcp: store remote id from MP_JOIN SYN/ACK in local ctx
Kishen Maloor
1
-0
/
+1
2022-05-03
mptcp: bypass in-kernel PM restrictions for non-kernel PMs
Kishen Maloor
4
-3
/
+32
2022-05-03
net: rds: acquire refcount on TCP sockets
Tetsuo Handa
1
-0
/
+8
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
4
-9
/
+4
2022-05-03
net: sysctl: use shared sysctl macro
Tonghao Zhang
3
-16
/
+10
2022-05-02
vsock/virtio: add support for device suspend/resume
Stefano Garzarella
1
-0
/
+47
2022-05-02
vsock/virtio: factor our the code to initialize and delete VQs
Stefano Garzarella
1
-66
/
+84
2022-05-02
ipv6: Don't send rs packets to the interface of ARPHRD_TUNNEL
jianghaoran
1
-1
/
+2
2022-05-02
tcp: optimise skb_zerocopy_iter_stream()
Pavel Begunkov
1
-2
/
+1
2022-05-02
Stefan Schmidt says:
Jakub Kicinski
4
-5
/
+74
2022-05-02
rtnl: move rtnl_newlink_create()
Jakub Kicinski
1
-91
/
+86
2022-05-02
rtnl: split __rtnl_newlink() into two functions
Jakub Kicinski
1
-3
/
+20
2022-05-02
rtnl: allocate more attr tables on the heap
Jakub Kicinski
1
-12
/
+18
2022-05-02
ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTX
Peilin Ye
1
-21
/
+13
2022-05-02
ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTX
Peilin Ye
1
-28
/
+22
2022-05-01
ethtool: Add 10base-T1L link mode entry
Alexandru Tachici
1
-0
/
+3
2022-05-01
nfc: replace improper check device_is_registered() in netlink related functions
Duoming Zhou
1
-15
/
+14
2022-05-01
sock: optimise sock_def_write_space barriers
Pavel Begunkov
1
-1
/
+25
2022-05-01
sock: optimise UDP sock_wfree() refcounting
Pavel Begunkov
1
-0
/
+14
2022-05-01
sock: dedup sock_def_write_space wmem_alloc checks
Pavel Begunkov
1
-3
/
+2
2022-04-30
net: mac802154: Fix symbol durations
Miquel Raynal
1
-6
/
+6
2022-04-30
mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()
Eric Dumazet
1
-4
/
+4
2022-04-30
net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()
Eric Dumazet
1
-3
/
+6
2022-04-30
ipv4: remove unnecessary type castings
Yu Zhe
8
-10
/
+10
2022-04-30
rxrpc: Enable IPv6 checksums on transport socket
David Howells
1
-0
/
+3
2022-04-30
tcp: use tcp_skb_sent_after() instead in RACK
Pengcheng Yang
1
-10
/
+5
2022-04-30
tcp: drop skb dst in tcp_rcv_established()
Eric Dumazet
1
-0
/
+1
2022-04-30
ipv6: refactor ip6_finish_output2()
Pavel Begunkov
1
-11
/
+13
2022-04-30
ipv6: help __ip6_finish_output() inlining
Pavel Begunkov
1
-1
/
+0
2022-04-30
net: inline dev_queue_xmit()
Pavel Begunkov
1
-13
/
+2
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
3
-24
/
+0
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
1
-7
/
+0
2022-04-29
Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux into for-5.19/io_uring-net
Jens Axboe
1
-6
/
+10
2022-04-29
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net
Jens Axboe
1
-10
/
+42
2022-04-29
Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux
Jakub Kicinski
1
-6
/
+10
2022-04-29
tcp: pass back data left in socket after receive
Jens Axboe
1
-6
/
+10
2022-04-29
Revert "SUNRPC: attempt AF_LOCAL connect on setup"
Trond Myklebust
1
-3
/
+0
2022-04-29
mptcp: Add a per-namespace sysctl to set the default path manager type
Mat Martineau
3
-11
/
+45
2022-04-29
mptcp: Make kernel path manager check for userspace-managed sockets
Mat Martineau
1
-6
/
+12
2022-04-29
mptcp: Bypass kernel PM when userspace PM is enabled
Mat Martineau
2
-1
/
+6
2022-04-29
mptcp: Add a member to mptcp_pm_data to track kernel vs userspace mode
Mat Martineau
2
-0
/
+13
[prev]
[next]