summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: don't dump Tx and uninitialized NAPIsJakub Kicinski2025-01-071-2/+3
| | |/ | |/|
* | | netdev: define NETDEV_INTERNALJakub Kicinski2025-01-091-0/+1
* | | net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski2025-01-091-6/+36
* | | net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet2025-01-091-0/+6
* | | net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima2025-01-081-6/+10
* | | net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima2025-01-081-4/+6
* | | net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima2025-01-081-2/+13
* | | net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet2025-01-081-1/+1
* | | dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima2025-01-071-4/+10
* | | rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima2025-01-071-1/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-045-12/+35
|\| |
| * | Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-033-3/+12
| |\ \
| | * | net: restrict SO_REUSEPORT to inet socketsEric Dumazet2025-01-031-1/+4
| | * | net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn2025-01-031-1/+3
| | * | netdev-genl: avoid empty messages in napi getJakub Kicinski2024-12-201-1/+5
| * | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-212-9/+23
| |\ \ \ | | |/ / | |/| |
| | * | bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang2024-12-201-6/+15
| | * | skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim2024-12-201-2/+3
| | * | tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2024-12-201-1/+5
| | |/
* | | xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin2024-12-201-0/+112
* | | xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin2024-12-201-0/+55
* | | xdp: add generic xdp_buff_add_frag()Alexander Lobakin2024-12-201-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-194-51/+44
|\| |
| * | Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-192-13/+11
| |\ \ | | |/ | |/|
| | * netdev-genl: avoid empty messages in queue dumpJakub Kicinski2024-12-191-2/+2
| | * rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima2024-12-181-2/+3
| | * netdev: fix repeated netlink messages in queue statsJakub Kicinski2024-12-171-2/+2
| | * netdev: fix repeated netlink messages in queue dumpJakub Kicinski2024-12-171-7/+4
| * | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-142-38/+33
| |\ \ | | |/ | |/|
| | * bpf: consider that tail calls invalidate packet pointersEduard Zingerman2024-12-101-0/+2
| | * bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2024-12-101-35/+28
| | * bpf, sockmap: Fix race between element replace and close()Michal Luczaj2024-12-101-3/+2
| | * bpf, sockmap: Fix update element with sameMichal Luczaj2024-12-101-0/+1
* | | net: fib_rules: Enable flow label selector usageIdo Schimmel2024-12-191-2/+2
* | | net: fib_rules: Add flow label selector attributesIdo Schimmel2024-12-191-0/+2
* | | net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski2024-12-181-1/+1
* | | sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri2024-12-171-0/+8
* | | sock: support SO_PRIORITY cmsgAnna Emese Nyiri2024-12-171-0/+7
* | | sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri2024-12-171-3/+8
* | | net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent2024-12-162-7/+86
* | | net: Make net_hwtstamp_validate accessibleKory Maincent2024-12-162-1/+2
* | | net: Make dev_get_hwtstamp_phylib accessibleKory Maincent2024-12-162-2/+4
* | | page_pool: disable sync for cpu for dmabuf memory providerMina Almasry2024-12-132-0/+2
* | | page_pool: Set `dma_sync` to false for devmem memory providerSamiullah Khawaja2024-12-132-5/+7
* | | net: page_pool: rename page_pool_alloc_netmem to *_netmemsMina Almasry2024-12-131-4/+4
* | | xdp: make __xdp_return() MP-agnosticAlexander Lobakin2024-12-132-34/+22
* | | xdp: get rid of xdp_frame::mem.idAlexander Lobakin2024-12-132-20/+20
* | | page_pool: allow mixing PPs within one bulkAlexander Lobakin2024-12-132-65/+73
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-122-2/+22
|\| |
| * | rtnetlink: fix error code in rtnl_newlink()Dan Carpenter2024-12-081-1/+3