| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-06-07 | 1 | -1/+2 |
|\ |
|
| * | bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready() | Eric Dumazet | 2023-06-01 | 1 | -1/+2 |
* | | net: sched: add rcu annotations around qdisc->qdisc_sleeping | Eric Dumazet | 2023-06-07 | 1 | -1/+1 |
* | | rfs: annotate lockless accesses to RFS sock flow table | Eric Dumazet | 2023-06-07 | 1 | -2/+4 |
* | | rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsg | Xin Long | 2023-06-01 | 1 | -0/+12 |
* | | rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg | Xin Long | 2023-06-01 | 1 | -15/+19 |
* | | rtnetlink: call validate_linkmsg in rtnl_create_link | Xin Long | 2023-06-01 | 1 | -1/+7 |
|/ |
|
* | udp6: Fix race condition in udp6_sendmsg & connect | Vladislav Efanov | 2023-05-31 | 1 | -1/+1 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-05-24 | 2 | -44/+40 |
|\ |
|
| * | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend | 2023-05-23 | 1 | -8/+7 |
| * | bpf, sockmap: Wake up polling after data copy | John Fastabend | 2023-05-23 | 1 | -1/+10 |
| * | bpf, sockmap: Improved check for empty queue | John Fastabend | 2023-05-23 | 1 | -24/+8 |
| * | bpf, sockmap: Reschedule is now done through backlog | John Fastabend | 2023-05-23 | 1 | -2/+0 |
| * | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend | 2023-05-23 | 2 | -8/+16 |
| * | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 2023-05-23 | 1 | -2/+0 |
* | | net: fix skb leak in __skb_tstamp_tx() | Pratyush Yadav | 2023-05-23 | 1 | -1/+3 |
* | | page_pool: fix inconsistency for page_pool_ring_[un]lock() | Yunsheng Lin | 2023-05-23 | 1 | -2/+26 |
|/ |
|
* | net: datagram: fix data-races in datagram_poll() | Eric Dumazet | 2023-05-10 | 1 | -5/+10 |
* | net: add vlan_get_protocol_and_depth() helper | Eric Dumazet | 2023-05-10 | 1 | -1/+1 |
* | net: deal with most data-races in sk_wait_event() | Eric Dumazet | 2023-05-10 | 1 | -6/+6 |
* | net: skb_partial_csum_set() fix against transport header magic value | Eric Dumazet | 2023-05-07 | 1 | -2/+2 |
* | tcp: fix skb_copy_ubufs() vs BIG TCP | Eric Dumazet | 2023-04-28 | 1 | -6/+14 |
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-04-26 | 18 | -379/+817 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-04-26 | 1 | -0/+3 |
| |\ |
|
| | * | tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. | Kuniyuki Iwashima | 2023-04-25 | 1 | -0/+3 |
| * | | net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX | Vladimir Oltean | 2023-04-23 | 1 | -7/+1 |
| * | | net: optimize napi_threaded_poll() vs RPS/RFS | Eric Dumazet | 2023-04-23 | 1 | -2/+10 |
| * | | net: make napi_threaded_poll() aware of sd->defer_list | Eric Dumazet | 2023-04-23 | 1 | -0/+3 |
| * | | net: move skb_defer_free_flush() up | Eric Dumazet | 2023-04-23 | 1 | -21/+21 |
| * | | net: do not provide hard irq safety for sd->defer_lock | Eric Dumazet | 2023-04-23 | 2 | -5/+4 |
| * | | net: add debugging checks in skb_attempt_defer_free() | Eric Dumazet | 2023-04-23 | 1 | -0/+3 |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-04-21 | 1 | -0/+2 |
| |\ \ |
|
| | * | | bpf: minimal support for programs hooked into netfilter framework | Florian Westphal | 2023-04-21 | 1 | -0/+1 |
| | * | | bpf: Set skb redirect and from_ingress info in __bpf_tx_skb | Daniel Borkmann | 2023-04-17 | 1 | -0/+1 |
| * | | | net: dst: fix missing initialization of rt_uncached | Maxime Bizon | 2023-04-21 | 1 | -0/+1 |
| * | | | bridge: Allow setting per-{Port, VLAN} neighbor suppression state | Ido Schimmel | 2023-04-21 | 1 | -1/+1 |
| * | | | net: extend drop reasons for multiple subsystems | Johannes Berg | 2023-04-20 | 2 | -12/+80 |
| * | | | net: skbuff: update and rename __kfree_skb_defer() | Jakub Kicinski | 2023-04-20 | 3 | -4/+5 |
| * | | | page_pool: unlink from napi during destroy | Jakub Kicinski | 2023-04-20 | 1 | -1/+17 |
| * | | | page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings | Jakub Kicinski | 2023-04-19 | 1 | -2/+3 |
| * | | | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set | Jakub Kicinski | 2023-04-19 | 1 | -2/+1 |
| * | | | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set | Jakub Kicinski | 2023-04-19 | 1 | -0/+2 |
| * | | | page_pool: allow caching from safely localized NAPI | Jakub Kicinski | 2023-04-14 | 3 | -4/+18 |
| * | | | net: skb: plumb napi state thru skb freeing paths | Jakub Kicinski | 2023-04-14 | 1 | -18/+20 |
| * | | | net: Ensure ->msg_control_user is used for user buffers | Kevin Brodsky | 2023-04-14 | 1 | -3/+6 |
| |/ / |
|
| * | | Daniel Borkmann says: | Jakub Kicinski | 2023-04-13 | 4 | -55/+25 |
| |\ \ |
|
| | * | | bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap | Daniel Borkmann | 2023-04-13 | 1 | -6/+4 |
| | * | | bpf, sockmap: fix deadlocks in the sockhash and sockmap | Xin Liu | 2023-04-12 | 1 | -4/+6 |
| | * | | bpf: Teach verifier that certain helpers accept NULL pointer. | Alexei Starovoitov | 2023-04-04 | 2 | -3/+3 |
| | * | | bpf: Remove unused arguments from btf_struct_access(). | Alexei Starovoitov | 2023-04-04 | 1 | -8/+5 |