summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-10net: create nf_conntrack_ovs for ovs and tc useXin Long
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2023-02-10Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2023-02-09openvswitch: Use string_is_terminated() helperAndy Shevchenko
2023-02-09genetlink: Use string_is_terminated() helperAndy Shevchenko
2023-02-09string_helpers: Move string_is_valid() to the headerAndy Shevchenko
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni
2023-02-09net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni
2023-02-09net-sysctl: factor out cpumask parsing helperPaolo Abeni
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello
2023-02-08Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean
2023-02-08mptcp: be careful on subflow status propagation on errorsPaolo Abeni
2023-02-08mptcp: fix locking for in-kernel listener creationPaolo Abeni
2023-02-08mptcp: fix locking for setsockopt corner-casePaolo Abeni
2023-02-08mptcp: do not wait for bare sockets' timeoutPaolo Abeni
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-07net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter
2023-02-07Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-02-07devlink: Fix memleak in health diagnose callbackMoshe Shemesh
2023-02-07rxrpc: Reduce unnecessary ack transmissionDavid Howells
2023-02-07rxrpc: Trace ack.rwindDavid Howells
2023-02-07rxrpc: Fix overwaking on call pokingDavid Howells
2023-02-07rxrpc: Use consume_skb() rather than kfree_skb_reason()David Howells
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean
2023-02-07can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni
2023-02-07devlink: change port event netdev notifier from per-net to globalJiri Pirko
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao