summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-211-2/+36
|\
| * s390/iucv: Unexport iucv_rootHeiko Carstens2024-05-141-2/+1
| * s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens2024-05-141-0/+35
* | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-202-55/+52
|\ \
| * | xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-25/+4
| * | page_pool: check for DMA sync shortcut earlierAlexander Lobakin2024-05-081-14/+19
| * | page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-19/+22
| * | page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-0/+10
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+4
|\ \ \
| * | | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-2/+4
* | | | Merge tag 'nfsd-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-05-183-69/+111
|\ \ \ \
| * | | | SUNRPC: Fix gss_free_in_token_pages()Chuck Lever2024-05-091-8/+2
| * | | | SUNRPC: Remove comment for sp_lockGuoqing Jiang2024-05-061-1/+0
| * | | | SUNRPC: add a new svc_find_listener helperJeff Layton2024-05-061-0/+34
| * | | | SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi2024-05-061-58/+75
| * | | | sunrpc: removed redundant procp checkAleksandr Aprelkov2024-05-061-2/+0
* | | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \ \ \ \
| * | | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
* | | | | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1825-93/+96
|\ \ \ \ \ \
| * | | | | | net: pass back whether socket was empty post acceptJens Axboe2024-05-131-0/+1
| * | | | | | net: have do_accept() take a struct proto_accept_arg argumentJens Axboe2024-05-131-7/+5
| * | | | | | net: change proto and proto_ops accept typeJens Axboe2024-05-1325-91/+95
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe2024-05-11289-2819/+6403
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-6.10/io_uring' into net-accept-moreJens Axboe2024-05-112-13/+25
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-177-32/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin2024-05-171-11/+33
| * | | | | | | | af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet2024-05-161-2/+1
| * | | | | | | | netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet2024-05-161-12/+7
| * | | | | | | | net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-05-161-1/+4
| * | | | | | | | net: qrtr: ns: Fix module refcntChris Lew2024-05-161-0/+27
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2024-05-15322-3896/+7223
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov2024-05-151-6/+10
| * | | | | | | | | net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov2024-05-151-0/+6
* | | | | | | | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-171-2/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2024-04-241-1/+1
| * | | | | | | | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-241-1/+0
* | | | | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-14323-3927/+7213
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-147-44/+65
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | ax25: Fix reference count leak issue of net_deviceDuoming Zhou2024-05-131-6/+1
| | * | | | | | | | | ax25: Fix reference count leak issues of ax25_devDuoming Zhou2024-05-131-2/+1
| | * | | | | | | | | ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2024-05-131-25/+15
| | * | | | | | | | | netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2024-05-132-6/+32
| | * | | | | | | | | inet: fix inet_fill_ifaddr() flags truncationEric Dumazet2024-05-131-3/+10
| | * | | | | | | | | ipv6: sr: fix invalid unregister error pathHangbin Liu2024-05-101-0/+2
| | * | | | | | | | | ipv6: sr: fix incorrect unregister orderHangbin Liu2024-05-101-1/+1
| | * | | | | | | | | ipv6: sr: add missing seg6_local_exitHangbin Liu2024-05-101-0/+1
| | * | | | | | | | | net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets2024-05-101-1/+2
| | * | | | | | | | | af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao2024-05-101-1/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-142-9/+17
| * | | | | | | | | Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-147-457/+47