summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka2023-02-091-0/+2
* Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka2023-02-091-1/+8
* Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2023-02-092-24/+8
* Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen2023-02-091-0/+12
* Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook2023-02-091-9/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0919-42/+176
|\
| * rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-091-3/+3
| * Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-02-085-20/+73
| |\
| | * xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps2023-01-301-2/+1
| | * xfrm: annotate data-race around use_timeEric Dumazet2023-01-272-9/+12
| | * xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet2023-01-271-4/+4
| | * xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet2023-01-231-0/+2
| | * xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova2023-01-121-1/+1
| | * Fix XFRM-I support for nested ESP tunnelsBenedict Wong2023-01-092-4/+53
| * | mptcp: be careful on subflow status propagation on errorsPaolo Abeni2023-02-081-1/+9
| * | mptcp: fix locking for in-kernel listener creationPaolo Abeni2023-02-082-5/+7
| * | mptcp: fix locking for setsockopt corner-casePaolo Abeni2023-02-081-2/+9
| * | mptcp: do not wait for bare sockets' timeoutPaolo Abeni2023-02-081-0/+9
| * | txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-084-4/+4
| * | net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter2023-02-071-1/+1
| * | Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-02-071-0/+40
| |\ \
| | * | can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni2023-02-071-0/+40
| * | | devlink: change port event netdev notifier from per-net to globalJiri Pirko2023-02-071-3/+6
| |/ /
| * | neigh: make sure used and confirmed times are validJulian Anastasov2023-02-061-3/+15
* | | net: enable usercopy for skb_small_head_cacheEric Dumazet2023-02-091-1/+7
* | | can: raw: use temp variable instead of rolling back configOliver Hartkopp2023-02-081-5/+6
* | | net/sched: taprio: don't segment unnecessarilyVladimir Oltean2023-02-081-11/+20
* | | net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean2023-02-081-30/+36
* | | net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean2023-02-081-10/+60
* | | net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean2023-02-081-13/+40
* | | net/sched: taprio: warn about missing size tableVladimir Oltean2023-02-081-0/+5
* | | net/sched: make stab available before ops->init() callVladimir Oltean2023-02-081-18/+11
* | | net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean2023-02-081-6/+34
* | | net/sched: taprio: calculate budgets per traffic classVladimir Oltean2023-02-081-8/+46
* | | net/sched: taprio: rename close_time to end_timeVladimir Oltean2023-02-081-26/+26
* | | net/sched: taprio: calculate tc gate durationsVladimir Oltean2023-02-081-0/+55
* | | net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean2023-02-081-8/+117
* | | net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean2023-02-081-7/+3
* | | net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean2023-02-081-58/+63
* | | net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean2023-02-081-1/+1
* | | net/sched: taprio: delete peek() implementationVladimir Oltean2023-02-081-42/+1
* | | devlink: Fix memleak in health diagnose callbackMoshe Shemesh2023-02-071-5/+9
* | | net: add dedicated kmem_cache for typical/small skb->headEric Dumazet2023-02-071-5/+67
* | | net: factorize code in kmalloc_reserve()Eric Dumazet2023-02-071-16/+11
* | | net: remove osize variable in __alloc_skb()Eric Dumazet2023-02-071-6/+4
* | | net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-071-12/+6
* | | Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni2023-02-072-0/+10
|\ \ \
| * | | can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp2023-02-021-0/+3
| * | | can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp2023-02-021-0/+7
* | | | ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean2023-02-071-1/+1