Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | net: rtnetlink: remove local list in __linkwatch_run_queue() | Johannes Berg | 2023-12-06 | 1 | -9/+4 | |
| * | | | | | | | | net: core: synchronize link-watch when carrier is queried | Johannes Berg | 2023-12-05 | 5 | -4/+17 | |
| * | | | | | | | | net-device: reorganize net_device fast path variables | Coco Li | 2023-12-05 | 1 | -0/+56 | |
| * | | | | | | | | netdev-genl: Add PID for the NAPI thread | Amritha Nambiar | 2023-12-04 | 1 | -0/+7 | |
| * | | | | | | | | net: Add NAPI IRQ support | Amritha Nambiar | 2023-12-04 | 2 | -0/+5 | |
| * | | | | | | | | netdev-genl: Add netlink framework functions for napi | Amritha Nambiar | 2023-12-04 | 3 | -4/+122 | |
| * | | | | | | | | netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI | Amritha Nambiar | 2023-12-04 | 3 | -0/+36 | |
| * | | | | | | | | netdev-genl: Add netlink framework functions for queue | Amritha Nambiar | 2023-12-04 | 1 | -3/+184 | |
| * | | | | | | | | net: Add queue and napi association | Amritha Nambiar | 2023-12-04 | 1 | -0/+37 | |
| * | | | | | | | | netdev-genl: spec: Extend netdev netlink spec in YAML for queue | Amritha Nambiar | 2023-12-04 | 3 | -0/+39 | |
| * | | | | | | | | netns-ipv4: reorganize netns_ipv4 fast path variables | Coco Li | 2023-12-02 | 1 | -0/+45 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-11-30 | 1 | -1/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | xsk: Add TX timestamp and TX checksum offload support | Stanislav Fomichev | 2023-11-29 | 1 | -1/+12 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-11-30 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | net: page_pool: fix general protection fault in page_pool_unlist | Eric Dumazet | 2023-11-30 | 1 | -1/+3 | |
| * | | | | | | | | | tcp: Don't pass cookie to __cookie_v[46]_check(). | Kuniyuki Iwashima | 2023-11-29 | 1 | -11/+4 | |
| * | | | | | | | | | net: page_pool: mute the periodic warning for visible page pools | Jakub Kicinski | 2023-11-28 | 1 | -4/+7 | |
| * | | | | | | | | | net: page_pool: expose page pool stats via netlink | Jakub Kicinski | 2023-11-28 | 4 | -1/+143 | |
| * | | | | | | | | | net: page_pool: report when page pool was destroyed | Jakub Kicinski | 2023-11-28 | 3 | -0/+14 | |
| * | | | | | | | | | net: page_pool: report amount of memory held by page pools | Jakub Kicinski | 2023-11-28 | 3 | -4/+19 | |
| * | | | | | | | | | net: page_pool: add netlink notifications for state changes | Jakub Kicinski | 2023-11-28 | 3 | -0/+38 | |
| * | | | | | | | | | net: page_pool: implement GET in the netlink API | Jakub Kicinski | 2023-11-28 | 3 | -0/+157 | |
| * | | | | | | | | | net: page_pool: stash the NAPI ID for easier access | Jakub Kicinski | 2023-11-28 | 1 | -1/+3 | |
| * | | | | | | | | | net: page_pool: record pools per netdev | Jakub Kicinski | 2023-11-28 | 1 | -0/+84 | |
| * | | | | | | | | | net: page_pool: id the page pools | Jakub Kicinski | 2023-11-28 | 4 | -6/+62 | |
| * | | | | | | | | | net: page_pool: factor out uninit | Jakub Kicinski | 2023-11-28 | 1 | -8/+13 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-11-23 | 2 | -6/+70 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | net: page_pool: avoid touching slow on the fastpath | Jakub Kicinski | 2023-11-21 | 1 | -1/+3 | |
| * | | | | | | | | | net: page_pool: split the page_pool_params into fast and slow | Jakub Kicinski | 2023-11-21 | 1 | -3/+4 | |
| * | | | | | | | | | net: do not send a MOVE event when netdev changes netns | Jakub Kicinski | 2023-11-21 | 1 | -4/+6 | |
| * | | | | | | | | | rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink | Li RongQing | 2023-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | net: partial revert of the "Make timestamping selectable: series | Jakub Kicinski | 2023-11-18 | 3 | -35/+14 | |
| * | | | | | | | | | net: Change the API of PHY default timestamp to MAC | Kory Maincent | 2023-11-18 | 3 | -14/+35 | |
| * | | | | | | | | | net: Replace hwtstamp_source by timestamping layer | Kory Maincent | 2023-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | net: Make dev_set_hwtstamp_phylib accessible | Kory Maincent | 2023-11-18 | 1 | -3/+4 | |
* | | | | | | | | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-01-09 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | skbuff: use mempool KASAN hooks | Andrey Konovalov | 2023-12-29 | 1 | -4/+6 | |
| * | | | | | | | | | | kasan: rename and document kasan_(un)poison_object_data | Andrey Konovalov | 2023-12-29 | 1 | -4/+4 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-01-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | file: stop exposing receive_fd_user() | Christian Brauner | 2023-12-12 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | net: Implement missing SO_TIMESTAMPING_NEW cmsg support | Thomas Lange | 2024-01-04 | 1 | -0/+1 | |
* | | | | | | | | net: Implement missing getsockopt(SO_TIMESTAMPING_NEW) | Jörn-Thorben Hinz | 2024-01-02 | 1 | -2/+9 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni | 2023-12-21 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bpf: syzkaller found null ptr deref in unix_bpf proto add | John Fastabend | 2023-12-13 | 1 | -0/+2 | |
* | | | | | | | | net: check dev->gso_max_size in gso_features_check() | Eric Dumazet | 2023-12-21 | 1 | -0/+3 | |
* | | | | | | | | net: avoid build bug in skb extension length calculation | Thomas Weißschuh | 2023-12-21 | 1 | -0/+2 | |
* | | | | | | | | net: Return error from sk_stream_wait_connect() if sk_wait_event() fails | Shigeru Yoshida | 2023-12-15 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | net: prevent mss overflow in skb_segment() | Eric Dumazet | 2023-12-13 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | io_uring/af_unix: disable sending io_uring over sockets | Pavel Begunkov | 2023-12-09 | 1 | -0/+6 | |
* | | | | | | neighbour: Don't let neigh_forced_gc() disable preemption for long | Judy Hsiao | 2023-12-08 | 1 | -1/+8 | |
| |_|_|_|/ |/| | | | |