summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-112-4/+11
* net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang2024-05-101-1/+1
* tcp: get rid of twsk_unique()Eric Dumazet2024-05-104-4/+5
* net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju2024-05-101-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-0928-79/+199
|\
| * net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu2024-05-091-7/+12
| * ipv6: prevent NULL dereference in ip6_output()Eric Dumazet2024-05-091-1/+1
| * hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski2024-05-091-15/+12
| * ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-091-1/+5
| * rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells2024-05-081-11/+35
| * rxrpc: Fix congestion control algorithmDavid Howells2024-05-083-10/+2
| * ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida2024-05-081-1/+1
| * appletalk: Improve handling of broadcast packetsVincent Duvert2024-05-081-3/+16
| * net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau2024-05-081-2/+7
| * mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal2024-05-081-1/+38
| * nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa2024-05-081-0/+1
| * phonet: fix rtm_phonet_notify() skb allocationEric Dumazet2024-05-071-1/+1
| * net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo2024-05-061-3/+10
| * rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats2024-05-041-1/+1
| * Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-044-2/+20
| |\
| | * xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-263-2/+18
| | * xfrm: fix possible derferencing in error pathAntony Antony2024-04-111-0/+2
| * | Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou2024-05-031-0/+3
| * | Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim2024-05-031-0/+2
| * | Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim2024-05-033-5/+4
| * | Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim2024-05-031-11/+10
| * | Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou2024-05-031-0/+4
| * | tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima2024-05-031-1/+7
| * | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-033-3/+7
* | | l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault2024-05-091-0/+21
* | | Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-05-096-60/+168
|\ \ \
| * \ \ Merge wireless into wireless-nextJohannes Berg2024-05-061-7/+7
| |\ \ \
| | * | | wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook2024-05-031-7/+7
| * | | | Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-05-031-0/+46
| |\ \ \ \
| | * | | | net: qrtr: support suspend/hibernationBaochen Qiang2024-04-091-0/+46
| * | | | | wifi: mac80211: handle color change per linkAditya Kumar Singh2024-05-032-49/+102
| * | | | | wifi: cfg80211: handle color change per linkAditya Kumar Singh2024-05-033-9/+17
| * | | | | wifi: cfg80211: Clear mlo_links info when STA disconnectsXin Deng2024-05-031-0/+1
* | | | | | phonet: no longer hold RTNL in route_dumpit()Eric Dumazet2024-05-091-8/+9
* | | | | | net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet2024-05-091-1/+1
* | | | | | net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2024-05-091-2/+3
* | | | | | ax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados2024-05-081-1/+0
* | | | | | ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn2024-05-081-4/+15
* | | | | | ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn2024-05-081-7/+7
* | | | | | net: bridge: switchdev: Improve error message for port_obj_add/del functionsOleksij Rempel2024-05-081-4/+95
* | | | | | net/ipv4: add tracepoint for icmp_sendPeilin He2024-05-081-0/+4
* | | | | | net: dsa: add support switches global DSCP priority mappingOleksij Rempel2024-05-081-0/+75
* | | | | | net: add IEEE 802.1q specific helpersOleksij Rempel2024-05-083-0/+246
* | | | | | net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel2024-05-081-0/+28
* | | | | | mptcp: fix possible NULL dereferencesEric Dumazet2024-05-081-15/+17