aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-08tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski1-27/+26
2022-07-08tls: create an internal headerJakub Kicinski7-7/+337
2022-07-08tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski1-9/+5
2022-07-08tls: rx: wrap decrypt params in a structJakub Kicinski1-30/+30
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski1-9/+10
2022-07-08strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski1-0/+3
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+6
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet1-2/+1
2022-07-08l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt1-3/+3
2022-07-08ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima1-1/+1
2022-07-08icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2022-07-08cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-5/+7
2022-07-08inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima1-4/+8
2022-07-08tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima1-1/+2
2022-07-07net: l2tp: fix clang -Wformat warningJustin Stitt1-1/+1