summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-211-3/+2
* netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal2022-07-111-0/+12
* netfilter: nf_tables: use correct integer typesFlorian Westphal2022-07-114-11/+12
* netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal2022-07-112-4/+4
* netfilter: nf_tables: use the correct get/put helpersFlorian Westphal2022-07-114-10/+11
* netfilter: x_tables: use correct integer typesFlorian Westphal2022-07-113-9/+9
* netfilter: nfnetlink: add missing __be16 castFlorian Westphal2022-07-111-1/+1
* netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming2022-07-111-2/+2
* netfilter: h323: merge nat hook pointers into oneFlorian Westphal2022-07-112-189/+113
* netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal2022-07-117-16/+57
* netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal2022-07-113-3/+3
* netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov2022-07-115-4/+165
* net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov2022-07-111-2/+3
* netfilter: conntrack: use correct format charactersBill Wendling2022-07-111-1/+1
* netfilter: conntrack: use fallthrough to cleanupJackie Liu2022-07-111-5/+3
* net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-07-113-2/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-099-96/+142
|\
| * bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser2022-07-051-3/+2
| * bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev2022-06-291-7/+53
| * bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend2022-06-281-1/+1
| * bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz2022-06-231-33/+0
| * bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz2022-06-231-0/+6
| * skmsg: Get rid of unncessary memset()Cong Wang2022-06-201-10/+13
| * skmsg: Get rid of skb_clone()Cong Wang2022-06-202-6/+2
| * net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-206-43/+25
| * tcp: Introduce tcp_read_skb()Cong Wang2022-06-201-0/+47
* | af_unix: fix unix_sysctl_register() error pathEric Dumazet2022-07-091-1/+1
* | mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang2022-07-091-1/+0
* | net: rxrpc: fix clang -Wformat warningJustin Stitt2022-07-081-1/+1
* | tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski2022-07-081-27/+26
* | tls: create an internal headerJakub Kicinski2022-07-087-7/+337
* | tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski2022-07-081-9/+5
* | tls: rx: wrap decrypt params in a structJakub Kicinski2022-07-081-30/+30
* | tls: rx: always allocate max possible aad size for decryptJakub Kicinski2022-07-081-9/+10
* | strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski2022-07-081-0/+3
* | net: minor optimization in __alloc_skb()Eric Dumazet2022-07-081-2/+1
* | l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt2022-07-081-3/+3
* | net: l2tp: fix clang -Wformat warningJustin Stitt2022-07-071-1/+1
* | net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang2022-07-071-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-0715-58/+156
|\ \
| * \ Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0714-57/+155
| |\ \
| | * | net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou2022-07-061-2/+2
| | * | Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman2022-07-061-4/+4
| | * | mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang2022-07-061-0/+2
| | * | mptcp: fix local endpoint accountingPaolo Abeni2022-07-061-1/+2
| | * | mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor2022-07-063-6/+62
| | * | mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau2022-07-063-3/+12
| | * | mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2022-07-062-6/+5
| | * | mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni2022-07-061-13/+6
| | * | net/sched: act_police: allow 'continue' action offloadVlad Buslov2022-07-061-1/+1