aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-13ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-8/+9
2022-07-12mptcp: more accurate MPC endpoint trackingPaolo Abeni2-7/+15
2022-07-12mptcp: allow the in kernel PM to set MPC subflow priorityPaolo Abeni1-22/+15
2022-07-12mptcp: address lookup improvementsPaolo Abeni1-5/+10
2022-07-12mptcp: introduce and use mptcp_pm_send_ack()Paolo Abeni3-24/+35
2022-07-12net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen1-2/+2
2022-07-12tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-07-12sunrpc: fix expiry of auth credsDan Aloni1-1/+1
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao1-17/+17
2022-07-12net: ipv4: fix clang -Wformat warningsJustin Stitt2-2/+2
2022-07-12devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh1-5/+1
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh1-35/+7
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh1-18/+0
2022-07-11tls: rx: fix the NoPad getsockoptJakub Kicinski1-5/+4
2022-07-11tls: rx: add counter for NoPad violationsJakub Kicinski2-0/+3
2022-07-11tls: fix spelling of MIBJakub Kicinski2-2/+2
2022-07-11skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian1-2/+2
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal1-0/+12
2022-07-11netfilter: nf_tables: use correct integer typesFlorian Westphal4-11/+12
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal2-4/+4
2022-07-11netfilter: nf_tables: use the correct get/put helpersFlorian Westphal4-10/+11
2022-07-11netfilter: x_tables: use correct integer typesFlorian Westphal3-9/+9
2022-07-11netfilter: nfnetlink: add missing __be16 castFlorian Westphal1-1/+1
2022-07-11netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming1-2/+2
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal2-189/+113
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal7-16/+57
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal3-3/+3
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov5-4/+165
2022-07-11net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov1-2/+3
2022-07-11netfilter: conntrack: use correct format charactersBill Wendling1-1/+1
2022-07-11netfilter: conntrack: use fallthrough to cleanupJackie Liu1-5/+3
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo3-2/+7
2022-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller5-25/+81
2022-07-11mptcp: fix subflow traversal at disconnect timePaolo Abeni1-2/+2
2022-07-11wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau1-2/+2
2022-07-11wifi: mac80211: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-11wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu1-1/+1
2022-07-11wifi: nl80211: fix sending link ID info of associated BSSVeerendranath Jakkam1-1/+2
2022-07-11wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()Veerendranath Jakkam1-1/+1
2022-07-11wifi: nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doitVeerendranath Jakkam1-1/+1
2022-07-10SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust3-12/+6
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-96/+142
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso1-21/+51
2022-07-09af_unix: fix unix_sysctl_register() error pathEric Dumazet1-1/+1
2022-07-09vlan: fix memory leak in vlan_newlink()Eric Dumazet1-3/+7
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang1-1/+0
2022-07-09netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso1-4/+4
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet5-16/+16
2022-07-099p: Drop kref usageKent Overstreet1-11/+8
2022-07-08net: rxrpc: fix clang -Wformat warningJustin Stitt1-1/+1