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
2022-09-28
mptcp: poll allow write call before actual connect
Benjamin Hesmans
1
-0
/
+4
2022-09-28
mptcp: handle defer connect in mptcp_sendmsg
Dmytro Shytyi
1
-0
/
+22
2022-09-28
tcp: export tcp_sendmsg_fastopen
Benjamin Hesmans
1
-3
/
+2
2022-09-28
mptcp: add TCP_FASTOPEN_CONNECT socket option
Benjamin Hesmans
1
-1
/
+18
2022-09-28
net: shrink struct ubuf_info
Pavel Begunkov
4
-20
/
+24
2022-09-28
Bluetooth: Call shutdown for HCI_USER_CHANNEL
Abhishek Pandit-Subedi
1
-7
/
+26
2022-09-28
Bluetooth: Prevent double register of suspend
Abhishek Pandit-Subedi
2
-3
/
+4
2022-09-28
Revert "net: set proper memcg for net_init hooks allocations"
Shakeel Butt
1
-7
/
+0
2022-09-28
netfilter: nft_fib: Fix for rpath check with VRF devices
Phil Sutter
2
-1
/
+8
2022-09-28
net: sched: act_bpf: simplify code logic in tcf_bpf_init()
Zhengchao Shao
1
-1
/
+1
2022-09-28
xfrm: Reinject transport-mode packets through workqueue
Liu Jian
1
-5
/
+13
2022-09-27
Add skb drop reasons to IPv6 UDP receive path
Donald Hunter
1
-6
/
+16
2022-09-27
net: tls: Add ARIA-GCM algorithm
Taehee Yoo
2
-0
/
+96
2022-09-27
Merge tag 'wireless-2022-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
6
-10
/
+19
2022-09-27
Bluetooth: hci_core: Fix not handling link timeouts propertly
Luiz Augusto von Dentz
1
-11
/
+23
2022-09-27
NFC: hci: Split memcpy() of struct hcp_message flexible array
Kees Cook
1
-7
/
+5
2022-09-27
net: openvswitch: allow conntrack in non-initial user namespace
Michael Weiß
1
-5
/
+8
2022-09-27
net: openvswitch: allow metering in non-initial user namespace
Michael Weiß
1
-7
/
+7
2022-09-27
wifi: mac80211: mlme: Fix double unlock on assoc success handling
Rafael Mendonca
1
-1
/
+0
2022-09-27
wifi: mac80211: mlme: Fix missing unlock on beacon RX
Rafael Mendonca
1
-2
/
+6
2022-09-27
wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()
Paweł Lenkow
1
-2
/
+4
2022-09-27
wifi: mac80211: fix regression with non-QoS drivers
Hans de Goede
1
-0
/
+4
2022-09-27
wifi: mac80211: ensure vif queues are operational after start
Alexander Wetzel
1
-2
/
+2
2022-09-27
wifi: mac80211: don't start TX with fq->lock to fix deadlock
Alexander Wetzel
1
-1
/
+1
2022-09-27
wifi: cfg80211: fix MCS divisor value
Tamizh Chelvam Raja
1
-2
/
+2
2022-09-27
net/smc: Support SO_REUSEPORT
Tony Lu
1
-0
/
+1
2022-09-26
net: sched: act_ct: fix possible refcount leak in tcf_ct_init()
Hangyu Hua
1
-1
/
+4
2022-09-26
net/sched: taprio: simplify list iteration in taprio_dev_notifier()
Vladimir Oltean
1
-9
/
+4
2022-09-26
net: dsa: make user ports return to init_net on netns deletion
Vladimir Oltean
1
-0
/
+1
2022-09-26
xdp: improve page_pool xdp_return performance
Jesper Dangaard Brouer
1
-6
/
+4
2022-09-26
SUNRPC: Fix typo in xdr_buf_subsegment's kdoc comment
Chuck Lever
1
-1
/
+1
2022-09-26
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
1
-0
/
+22
2022-09-26
SUNRPC: Clarify comment that documents svc_max_payload()
Chuck Lever
1
-2
/
+6
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-1
/
+1
2022-09-26
SUNRPC: Optimize svc_process()
Chuck Lever
1
-13
/
+11
2022-09-26
af_unix: Refactor unix_read_skb()
Peilin Ye
1
-24
/
+10
2022-09-26
udp: Refactor udp_read_skb()
Peilin Ye
1
-29
/
+17
2022-09-26
skmsg: Schedule psock work if the cached skb exists on the psock
Liu Jian
1
-4
/
+8
2022-09-26
net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
Liu Jian
1
-1
/
+2
2022-09-25
Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty") into tty-next
Greg Kroah-Hartman
53
-300
/
+500
2022-09-24
Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-number
наб
1
-1
/
+0
2022-09-23
ipv6: tcp: send consistent autoflowlabel in RST packets
Eric Dumazet
1
-1
/
+4
2022-09-23
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
86
-436
/
+743
2022-09-23
Merge tag 'linux-can-next-for-6.1-20220923' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Jakub Kicinski
1
-6
/
+19
2022-09-23
can: bcm: check the result of can_send() in bcm_can_tx()
Ziyang Xuan
1
-3
/
+4
2022-09-23
can: bcm: registration process optimization in bcm_module_init()
Ziyang Xuan
1
-3
/
+15
2022-09-23
net: phy: Add support for rate matching
Sean Anderson
2
-0
/
+6
2022-09-22
ethtool: tunnels: check the return value of nla_nest_start()
Li Zhong
1
-0
/
+2
2022-09-22
net/sched: use tc_qdisc_stats_dump() in qdisc
Zhengchao Shao
22
-147
/
+31
2022-09-22
net/sched: taprio: remove unnecessary taprio_list_lock
Vladimir Oltean
1
-7
/
+0
[prev]
[next]