summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Daniel Borkmann says:Jakub Kicinski16-84/+370
2023-02-11net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long3-88/+51
2023-02-11net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long1-32/+39
2023-02-11openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-11net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long3-58/+31
2023-02-11net: create nf_conntrack_ovs for ovs and tc useXin Long6-98/+110
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski3-20/+18
2023-02-10Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller5-9/+15
2023-02-10openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-10genetlink: Use string_is_terminated() helperAndy Shevchenko1-2/+2
2023-02-10string_helpers: Move string_is_valid() to the headerAndy Shevchenko1-10/+6
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni2-1/+43
2023-02-10net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2-30/+44
2023-02-10net-sysctl: factor out cpumask parsing helperPaolo Abeni1-18/+28
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-42/+176
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet1-1/+7
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3
2023-02-09Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-20/+73
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp1-5/+6
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean1-11/+20
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean1-30/+36
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean1-10/+60
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean1-13/+40
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean1-0/+5
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean1-18/+11
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean1-6/+34
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean1-8/+46
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean1-26/+26
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean1-0/+55
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean1-8/+117
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean1-7/+3
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean1-58/+63
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean1-1/+1
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean1-42/+1
2023-02-08mptcp: be careful on subflow status propagation on errorsPaolo Abeni1-1/+9
2023-02-08mptcp: fix locking for in-kernel listener creationPaolo Abeni2-5/+7
2023-02-08mptcp: fix locking for setsockopt corner-casePaolo Abeni1-2/+9
2023-02-08mptcp: do not wait for bare sockets' timeoutPaolo Abeni1-0/+9
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang4-4/+4
2023-02-08net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-08Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+40
2023-02-08devlink: Fix memleak in health diagnose callbackMoshe Shemesh1-5/+9
2023-02-08rxrpc: Reduce unnecessary ack transmissionDavid Howells1-1/+1
2023-02-08rxrpc: Trace ack.rwindDavid Howells2-4/+8
2023-02-08rxrpc: Fix overwaking on call pokingDavid Howells1-2/+4
2023-02-08rxrpc: Use consume_skb() rather than kfree_skb_reason()David Howells1-2/+2
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet1-5/+67
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet1-16/+11
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet1-6/+4
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet1-12/+6