index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
Lorenzo Bianconi
4
-52
/
+87
2022-09-29
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
2
-1
/
+28
2022-09-29
bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another function
Martin KaFai Lau
1
-17
/
+28
2022-09-29
bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
Martin KaFai Lau
1
-6
/
+7
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-21
net: netfilter: add bpf_ct_set_nat_info kfunc helper
Lorenzo Bianconi
1
-1
/
+46
2022-09-20
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
1
-0
/
+1
2022-09-20
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
2
-11
/
+11
2022-09-10
bpf: Add support for writing to nf_conn:mark
Daniel Xu
3
-1
/
+120
2022-09-10
bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
Daniel Xu
1
-1
/
+1
2022-09-09
bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP ping
YiFei Zhu
2
-0
/
+31
2022-09-07
selftests/bpf: Add tests for kfunc returning a memory pointer
Benjamin Tissoires
1
-0
/
+36
2022-09-07
selftests/bpf: add test for accessing ctx from syscall program type
Benjamin Tissoires
1
-0
/
+1
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
11
-604
/
+575
2022-09-05
netlink: Bounds-check struct nlmsgerr creation
Kees Cook
2
-6
/
+10
2022-09-04
Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
11
-302
/
+417
2022-09-03
wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfig
Johannes Berg
1
-15
/
+13
2022-09-03
wifi: nl80211: add MLD address to assoc BSS entries
Johannes Berg
1
-2
/
+4
2022-09-03
wifi: mac80211: mlme: refactor QoS settings code
Johannes Berg
2
-13
/
+27
2022-09-03
wifi: mac80211: fix double SW scan stop
Johannes Berg
1
-1
/
+1
2022-09-03
wifi: mac80211: mlme: assign link address correctly
Johannes Berg
1
-3
/
+2
2022-09-03
wifi: mac80211: move link code to a new file
Johannes Berg
4
-254
/
+274
2022-09-03
wifi: mac80211: remove unused arg to ieee80211_chandef_eht_oper
Johannes Berg
3
-6
/
+4
2022-09-03
wifi: nl80211: remove redundant err variable
Jinpeng Cui
1
-4
/
+1
2022-09-03
wifi: mac80211: Support POWERED_ADDR_CHANGE feature
James Prestwood
2
-2
/
+71
2022-09-03
wifi: mac80211: prevent 4-addr use on MLDs
Johannes Berg
2
-0
/
+11
2022-09-03
wifi: mac80211: prevent VLANs on MLDs
Johannes Berg
1
-0
/
+5
2022-09-03
net: sched: htb: remove redundant resource cleanup in htb_init()
Zhengchao Shao
1
-27
/
+9
2022-09-03
net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()
Zhengchao Shao
1
-17
/
+8
2022-09-02
net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()
Zhengchao Shao
1
-3
/
+0
2022-09-02
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
3
-33
/
+27
2022-09-02
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2
-20
/
+14
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2
-33
/
+45
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2
-36
/
+25
2022-09-02
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
1
-7
/
+4
2022-09-02
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-02
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
3
-40
/
+47
2022-09-02
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
1
-5
/
+3
2022-09-02
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
1
-3
/
+3
2022-09-02
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-02
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
3
-48
/
+63
2022-09-02
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-9
/
+9
2022-09-02
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-35
/
+37
2022-09-02
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-2
/
+2
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-22
/
+26
2022-09-02
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+9
2022-09-02
bpf: Support getting tunnel flags
Shmulik Ladkani
1
-2
/
+6
2022-09-01
ipv6: tcp: send consistent autoflowlabel in SYN_RECV state
Eric Dumazet
1
-12
/
+14
2022-09-01
net: rtnetlink: use netif_oper_up instead of open code
Juhee Kang
1
-4
/
+2
[next]