Age | Commit message (Expand) | Author | Files | Lines |
2023-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 4 | -1/+8 |
2023-12-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni | 1 | -0/+2 |
2023-12-21 | net: check dev->gso_max_size in gso_features_check() | Eric Dumazet | 1 | -0/+3 |
2023-12-21 | net: avoid build bug in skb extension length calculation | Thomas Weißschuh | 1 | -0/+2 |
2023-12-20 | net: sched: Make tc-related drop reason more flexible for remaining qdiscs | Victor Nogueira | 1 | -2/+5 |
2023-12-20 | net: sched: Move drop_reason to struct tc_skb_cb | Victor Nogueira | 1 | -2/+2 |
2023-12-20 | rtnetlink: bridge: Enable MDB bulk deletion | Ido Schimmel | 1 | -1/+2 |
2023-12-20 | rtnetlink: bridge: Invoke MDB bulk deletion when needed | Ido Schimmel | 1 | -0/+8 |
2023-12-20 | rtnetlink: bridge: Use a different policy for MDB bulk delete | Ido Schimmel | 1 | -2/+49 |
2023-12-19 | Revert BPF token-related functionality | Andrii Nakryiko | 1 | -18/+18 |
2023-12-19 | bpf: Use nla_ok() instead of checking nla_len directly | Jakub Kicinski | 1 | -1/+1 |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -18/+51 |
2023-12-18 | net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_* | Pedro Tammela | 1 | -9/+3 |
2023-12-17 | skbuff: Optimization of SKB coalescing for page pool | Liang Chen | 1 | -12/+40 |
2023-12-17 | skbuff: Add a function to check if a page belongs to page_pool | Liang Chen | 1 | -1/+6 |
2023-12-17 | page_pool: halve BIAS_MAX for multiple user references of a fragment | Liang Chen | 1 | -1/+1 |
2023-12-15 | net: Namespace-ify sysctl_optmem_max | Eric Dumazet | 5 | -21/+23 |
2023-12-15 | net: increase optmem_max default value | Eric Dumazet | 1 | -2/+4 |
2023-12-15 | net: Return error from sk_stream_wait_connect() if sk_wait_event() fails | Shigeru Yoshida | 1 | -1/+1 |
2023-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -2/+16 |
2023-12-13 | net: page_pool: factor out releasing DMA from releasing the page | Jakub Kicinski | 1 | -9/+16 |
2023-12-13 | page_pool: transition to reference count management after page draining | Liang Chen | 1 | -6/+6 |
2023-12-13 | net: prevent mss overflow in skb_segment() | Eric Dumazet | 1 | -1/+2 |
2023-12-13 | bpf: syzkaller found null ptr deref in unix_bpf proto add | John Fastabend | 1 | -0/+2 |
2023-12-13 | xdp: Add VLAN tag hint | Larysa Zaremba | 1 | -0/+33 |
2023-12-11 | Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()" | Johannes Berg | 1 | -3/+12 |
2023-12-09 | io_uring/af_unix: disable sending io_uring over sockets | Pavel Begunkov | 1 | -0/+6 |
2023-12-08 | net: sysfs: fix locking in carrier read | Johannes Berg | 1 | -2/+7 |
2023-12-08 | neighbour: Don't let neigh_forced_gc() disable preemption for long | Judy Hsiao | 1 | -1/+8 |
2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+22 |
2023-12-07 | drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group | Ido Schimmel | 1 | -1/+3 |
2023-12-07 | bpf: sockmap, updating the sg structure should also update curr | John Fastabend | 1 | -0/+19 |
2023-12-06 | net: rtnetlink: remove local list in __linkwatch_run_queue() | Johannes Berg | 1 | -9/+4 |
2023-12-06 | bpf: consistently use BPF token throughout BPF verifier logic | Andrii Nakryiko | 1 | -2/+2 |
2023-12-06 | bpf: take into account BPF token when fetching helper protos | Andrii Nakryiko | 1 | -16/+16 |
2023-12-05 | net: core: synchronize link-watch when carrier is queried | Johannes Berg | 5 | -4/+17 |
2023-12-05 | net-device: reorganize net_device fast path variables | Coco Li | 1 | -0/+56 |
2023-12-04 | netdev-genl: Add PID for the NAPI thread | Amritha Nambiar | 1 | -0/+7 |
2023-12-04 | net: Add NAPI IRQ support | Amritha Nambiar | 2 | -0/+5 |
2023-12-04 | netdev-genl: Add netlink framework functions for napi | Amritha Nambiar | 3 | -4/+122 |
2023-12-04 | netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI | Amritha Nambiar | 3 | -0/+36 |
2023-12-04 | netdev-genl: Add netlink framework functions for queue | Amritha Nambiar | 1 | -3/+184 |
2023-12-04 | net: Add queue and napi association | Amritha Nambiar | 1 | -0/+37 |
2023-12-04 | netdev-genl: spec: Extend netdev netlink spec in YAML for queue | Amritha Nambiar | 3 | -0/+39 |
2023-12-02 | netns-ipv4: reorganize netns_ipv4 fast path variables | Coco Li | 1 | -0/+45 |
2023-11-30 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+12 |
2023-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2023-11-30 | net: page_pool: fix general protection fault in page_pool_unlist | Eric Dumazet | 1 | -1/+3 |
2023-11-29 | tcp: Don't pass cookie to __cookie_v[46]_check(). | Kuniyuki Iwashima | 1 | -11/+4 |
2023-11-30 | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock | John Fastabend | 1 | -0/+2 |