summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-132-13/+25
|\
| * Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe2024-04-221-12/+24
| |\
| | * net: add callback for setting a ubuf_info to skbPavel Begunkov2024-04-221-6/+14
| | * net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-6/+10
| * | io_uring: separate header for exported net bitsPavel Begunkov2024-04-151-1/+1
| |/
* | Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-05-132-0/+50
|\ \
| * | netfs, 9p: Implement helpers for new write codeDavid Howells2024-05-012-0/+50
* | | 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-081-1/+1
* | | hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski2024-05-081-15/+12
* | | ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-081-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-071-1/+38
* | | nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa2024-05-071-0/+1
* | | phonet: fix rtm_phonet_notify() skb allocationEric Dumazet2024-05-061-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-031-1/+1
* | | Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-034-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-021-1/+7
* | | | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-023-3/+7
* | | | Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-0222-51/+110
|\ \ \ \
| * | | | net: gro: add flush check in udp_gro_receive_segmentRichard Gobert2024-05-021-1/+11
| * | | | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-028-4/+13
| * | | | ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-022-1/+4
| * | | | tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-011-1/+1
| * | | | tipc: fix UAF in error pathPaolo Abeni2024-05-011-1/+5
| * | | | rxrpc: Clients must accept conn from any addressJeffrey Altman2024-05-011-7/+2
| * | | | net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau2024-05-011-8/+19
| * | | | net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-011-1/+1
| * | | | mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni2024-04-301-0/+3
| * | | | rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin2024-04-303-7/+7
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-262-14/+33
| |\ \ \ \
| | * | | | xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen2024-04-221-10/+32
| | * | | | bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing2024-04-081-4/+1
| * | | | | net l2tp: drop flow hash on forwardDavid Bauer2024-04-261-0/+3
| * | | | | nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima2024-04-261-6/+8
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-04-291-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia2024-04-041-0/+1
* | | | | Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-2532-98/+226
|\ \ \ \ \