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-07-13
ip_tunnel: allow to inherit from VLAN encapsulated IP
Matthias May
1
-8
/
+9
2022-07-12
mptcp: more accurate MPC endpoint tracking
Paolo Abeni
2
-7
/
+15
2022-07-12
mptcp: allow the in kernel PM to set MPC subflow priority
Paolo Abeni
1
-22
/
+15
2022-07-12
mptcp: address lookup improvements
Paolo Abeni
1
-5
/
+10
2022-07-12
mptcp: introduce and use mptcp_pm_send_ack()
Paolo Abeni
3
-24
/
+35
2022-07-12
net: ip_tunnel: use strscpy to replace strlcpy
XueBing Chen
1
-2
/
+2
2022-07-12
tcp: make retransmitted SKB fit into the send window
Yonglong Li
1
-7
/
+16
2022-07-12
sunrpc: fix expiry of auth creds
Dan Aloni
1
-1
/
+1
2022-07-12
net: change the type of ip_route_input_rcu to static
Zhengchao Shao
1
-17
/
+17
2022-07-12
net: ipv4: fix clang -Wformat warnings
Justin Stitt
2
-2
/
+2
2022-07-12
devlink: Hold the instance lock in port_new / port_del callbacks
Moshe Shemesh
1
-5
/
+1
2022-07-12
devlink: Remove unused functions devlink_rate_leaf_create/destroy
Moshe Shemesh
1
-35
/
+7
2022-07-12
devlink: Remove unused function devlink_rate_nodes_destroy
Moshe Shemesh
1
-18
/
+0
2022-07-11
tls: rx: fix the NoPad getsockopt
Jakub Kicinski
1
-5
/
+4
2022-07-11
tls: rx: add counter for NoPad violations
Jakub Kicinski
2
-0
/
+3
2022-07-11
tls: fix spelling of MIB
Jakub Kicinski
2
-2
/
+2
2022-07-11
skmsg: Fix invalid last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-07-11
netfilter: nf_tables: move nft_cmp_fast_mask to where its used
Florian Westphal
1
-0
/
+12
2022-07-11
netfilter: nf_tables: use correct integer types
Florian Westphal
4
-11
/
+12
2022-07-11
netfilter: nf_tables: add and use BE register load-store helpers
Florian Westphal
2
-4
/
+4
2022-07-11
netfilter: nf_tables: use the correct get/put helpers
Florian Westphal
4
-10
/
+11
2022-07-11
netfilter: x_tables: use correct integer types
Florian Westphal
3
-9
/
+9
2022-07-11
netfilter: nfnetlink: add missing __be16 cast
Florian Westphal
1
-1
/
+1
2022-07-11
netfilter: nft_set_bitmap: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-07-11
netfilter: h323: merge nat hook pointers into one
Florian Westphal
2
-189
/
+113
2022-07-11
netfilter: nf_conntrack: use rcu accessors where needed
Florian Westphal
7
-16
/
+57
2022-07-11
netfilter: nf_conntrack: add missing __rcu annotations
Florian Westphal
3
-3
/
+3
2022-07-11
netfilter: nf_flow_table: count pending offload workqueue tasks
Vlad Buslov
5
-4
/
+165
2022-07-11
net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
Vlad Buslov
1
-2
/
+3
2022-07-11
netfilter: conntrack: use correct format characters
Bill Wendling
1
-1
/
+1
2022-07-11
netfilter: conntrack: use fallthrough to cleanup
Jackie Liu
1
-5
/
+3
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
3
-2
/
+7
2022-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
5
-25
/
+81
2022-07-11
mptcp: fix subflow traversal at disconnect time
Paolo Abeni
1
-2
/
+2
2022-07-11
wifi: mac80211: fix queue selection for mesh/OCB interfaces
Felix Fietkau
1
-2
/
+2
2022-07-11
wifi: mac80211: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-07-11
wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgrade
MeiChia Chiu
1
-1
/
+1
2022-07-11
wifi: nl80211: fix sending link ID info of associated BSS
Veerendranath Jakkam
1
-1
/
+2
2022-07-11
wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()
Veerendranath Jakkam
1
-1
/
+1
2022-07-11
wifi: nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doit
Veerendranath Jakkam
1
-1
/
+1
2022-07-10
SUNRPC: Fix an RPC/RDMA performance regression
Trond Myklebust
3
-12
/
+6
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-96
/
+142
2022-07-09
netfilter: nf_tables: replace BUG_ON by element length check
Pablo Neira Ayuso
1
-21
/
+51
2022-07-09
af_unix: fix unix_sysctl_register() error path
Eric Dumazet
1
-1
/
+1
2022-07-09
vlan: fix memory leak in vlan_newlink()
Eric Dumazet
1
-3
/
+7
2022-07-09
mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h
Geliang Tang
1
-1
/
+0
2022-07-09
netfilter: nf_log: incorrect offset to network header
Pablo Neira Ayuso
1
-4
/
+4
2022-07-09
9p: Add client parameter to p9_req_put()
Kent Overstreet
5
-16
/
+16
2022-07-09
9p: Drop kref usage
Kent Overstreet
1
-11
/
+8
2022-07-08
net: rxrpc: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
[prev]
[next]