Age | Commit message (Expand) | Author | Files | Lines |
2024-09-26 | netfilter: nfnetlink_queue: remove old clash resolution logic | Florian Westphal | 2 | -86/+0 |
2024-09-26 | netfilter: nf_tables: missing objects with no memcg accounting | Pablo Neira Ayuso | 7 | -15/+17 |
2024-09-26 | netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path | Pablo Neira Ayuso | 1 | -1/+1 |
2024-09-26 | netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E... | Simon Horman | 1 | -5/+2 |
2024-09-26 | netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n | Simon Horman | 2 | -9/+6 |
2024-09-26 | netfilter: nf_tables: Keep deleted flowtable hooks until after RCU | Phil Sutter | 1 | -1/+1 |
2024-09-26 | netfilter: ctnetlink: Guard possible unused functions | Andy Shevchenko | 1 | -1/+1 |
2024-09-26 | netfilter: conntrack: add clash resolution for reverse collisions | Florian Westphal | 1 | -5/+51 |
2024-09-26 | netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash | Florian Westphal | 1 | -2/+118 |
2024-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -17/+32 |
2024-09-15 | netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre... | Dan Carpenter | 1 | -2/+2 |
2024-09-13 | net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMP | Maxime Chevallier | 1 | -2/+0 |
2024-09-13 | Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 1 | -1/+3 |
2024-09-13 | net: fib_rules: Enable DSCP selector usage | Ido Schimmel | 1 | -1/+2 |
2024-09-13 | ipv6: fib_rules: Add DSCP selector support | Ido Schimmel | 1 | -3/+40 |
2024-09-13 | ipv4: fib_rules: Add DSCP selector support | Ido Schimmel | 1 | -4/+50 |
2024-09-13 | net: fib_rules: Add DSCP selector attribute | Ido Schimmel | 1 | -1/+2 |
2024-09-13 | net: ethtool: Enhance error messages sent to user space | Danielle Ratson | 1 | -3/+11 |
2024-09-13 | ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() | Eric Dumazet | 1 | -1/+1 |
2024-09-13 | net: tipc: avoid possible garbage value | Su Hui | 1 | -1/+1 |
2024-09-13 | net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input | Justin Iurman | 1 | -5/+7 |
2024-09-13 | Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 6 | -37/+26 |
2024-09-13 | xsk: fix batch alloc API on non-coherent systems | Maciej Fijalkowski | 1 | -7/+18 |
2024-09-13 | memory-provider: disable building dmabuf mp on !CONFIG_PAGE_POOL | Mina Almasry | 1 | -0/+1 |
2024-09-12 | net: caif: remove unused name | Jakub Kicinski | 1 | -2/+0 |
2024-09-12 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 6 | -10/+15 |
2024-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -13/+64 |
2024-09-12 | net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_... | Lorenzo Bianconi | 2 | -1/+7 |
2024-09-12 | Merge tag 'nf-24-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 1 | -6/+42 |
2024-09-12 | can: bcm: Clear bo->bcm_proc_read after remove_proc_entry(). | Kuniyuki Iwashima | 1 | -1/+3 |
2024-09-11 | netdev: add dmabuf introspection | Mina Almasry | 2 | -0/+12 |
2024-09-11 | net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags | Mina Almasry | 1 | -0/+68 |
2024-09-11 | tcp: RX path for devmem TCP | Mina Almasry | 4 | -5/+292 |
2024-09-11 | net: add support for skbs with unreadable frags | Mina Almasry | 7 | -8/+70 |
2024-09-11 | net: support non paged skb frags | Mina Almasry | 6 | -4/+22 |
2024-09-11 | memory-provider: dmabuf devmem memory provider | Mina Almasry | 6 | -27/+240 |
2024-09-11 | page_pool: devmem support | Mina Almasry | 5 | -24/+88 |
2024-09-11 | netdev: netdevice devmem allocator | Mina Almasry | 2 | -0/+75 |
2024-09-11 | netdev: support binding dma-buf to netdevice | Mina Almasry | 10 | -5/+574 |
2024-09-11 | net: netdev netlink api to bind dma-buf to a net device | Mina Almasry | 3 | -0/+27 |
2024-09-11 | netdev: add netdev_rx_queue_restart() | Mina Almasry | 2 | -0/+75 |
2024-09-11 | net: ethtool: phy: Check the req_info.pdn field for GET commands | Maxime Chevallier | 1 | -1/+1 |
2024-09-11 | mptcp: pm: Fix uaf in __timer_delete_sync | Edward Adam Davis | 1 | -4/+9 |
2024-09-11 | mptcp: disable active MPTCP in case of blackhole | Matthieu Baerts (NGI0) | 6 | -8/+140 |
2024-09-11 | mptcp: fallback to TCP after SYN+MPC drops | Matthieu Baerts (NGI0) | 4 | -0/+23 |
2024-09-11 | mptcp: export mptcp_subflow_early_fallback() | Matthieu Baerts (NGI0) | 2 | -7/+8 |
2024-09-11 | net: hsr: prevent NULL pointer dereference in hsr_proxy_announce() | Jeongjun Park | 1 | -0/+4 |
2024-09-11 | net: hsr: Remove interlink_sequence_nr. | Eric Dumazet | 2 | -2/+0 |
2024-09-11 | net: hsr: Use the seqnr lock for frames received via interlink port. | Sebastian Andrzej Siewior | 1 | -1/+10 |
2024-09-12 | netfilter: nft_socket: make cgroupsv2 matching work with namespaces | Florian Westphal | 1 | -3/+38 |