| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-11 | net: af_packet: Use hrtimer to do the retire operation | Xin Zhao | 1 | -5/+5 |
| 2025-09-11 | net: af_packet: remove last_kactive_blk_num field | Xin Zhao | 1 | -6/+0 |
| 2025-05-27 | af_packet: move notifier's packet_dev_mc out of rcu critical section | Stanislav Fomichev | 1 | -0/+1 |
| 2023-12-04 | packet: Move reference count in packet_sock to atomic_long_t | Daniel Borkmann | 1 | -1/+1 |
| 2023-10-06 | net/packet: Annotate struct packet_fanout with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-04-21 | net/packet: support mergeable feature of virtio | Jianfeng Tan | 1 | -1/+1 |
| 2023-03-19 | net/packet: remove po->xmit | Eric Dumazet | 1 | -1/+1 |
| 2023-03-18 | af_packet: preserve const qualifier in pkt_sk() | Eric Dumazet | 1 | -4/+1 |
| 2023-03-17 | net/packet: convert po->pressure to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->running to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->has_vnet_hdr to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->tp_loss to an atomic flag | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | net/packet: convert po->tp_tx_has_off to an atomic flag | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | net/packet: convert po->auxdata to an atomic flag | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | net/packet: convert po->origdev to an atomic flag | Eric Dumazet | 1 | -1/+21 |
| 2021-04-14 | net/packet: remove data races in fanout operations | Eric Dumazet | 1 | -1/+1 |
| 2021-01-29 | net: packet: make pkt_sk() inline | Menglong Dong | 1 | -1/+1 |
| 2020-11-09 | net/packet: make packet_fanout.arr size configurable up to 64K | Tanner Love | 1 | -2/+3 |
| 2020-07-16 | af_packet: TPACKET_V3: replace busy-wait loop | John Ogness | 1 | -1/+1 |
| 2020-03-15 | net/packet: tpacket_rcv: avoid a producer race condition | Willem de Bruijn | 1 | -1/+4 |
| 2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2019-06-26 | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA... | Neil Horman | 1 | -0/+1 |
| 2019-06-14 | net/packet: make tp_drops atomic | Eric Dumazet | 1 | -0/+1 |
| 2018-08-31 | Revert "packet: switch kvzalloc to allocate memory" | Eric Dumazet | 1 | -0/+1 |
| 2018-08-13 | packet: switch kvzalloc to allocate memory | Li RongQing | 1 | -1/+0 |
| 2018-04-24 | packet: fix bitfield update race | Willem de Bruijn | 1 | -5/+5 |
| 2017-11-28 | packet: fix crash in fanout_demux_rollover() | Mike Maloney | 1 | -1/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-01 | net: convert packet_fanout.sk_ref from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+3 |
| 2015-08-17 | packet: add classic BPF fanout mode | Willem de Bruijn | 1 | -1/+4 |
| 2015-06-21 | packet: free packet_rollover after synchronize_net | Willem de Bruijn | 1 | -0/+1 |
| 2015-05-13 | packet: rollover statistics | Willem de Bruijn | 1 | -0/+3 |
| 2015-05-13 | packet: rollover huge flows before small flows | Willem de Bruijn | 1 | -0/+2 |
| 2015-05-13 | packet: rollover lock contention avoidance | Willem de Bruijn | 1 | -0/+1 |
| 2015-05-13 | packet: rollover prepare: per-socket state | Willem de Bruijn | 1 | -1/+5 |
| 2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman | 1 | -3/+1 |
| 2014-08-21 | packet: handle too big packets for PACKET_V3 | Eric Dumazet | 1 | -0/+1 |
| 2014-01-16 | packet: use percpu mmap tx frame pending refcount | Daniel Borkmann | 1 | -1/+1 |
| 2013-12-09 | packet: introduce PACKET_QDISC_BYPASS socket option | Daniel Borkmann | 1 | -0/+1 |
| 2013-11-21 | packet: fix use after free race in send path when dev is released | Daniel Borkmann | 1 | -0/+1 |
| 2013-04-25 | packet: account statistics only in tpacket_stats_u | Daniel Borkmann | 1 | -2/+1 |
| 2013-04-25 | packet: reorder a member in packet_ring_buffer | Daniel Borkmann | 1 | -1/+3 |
| 2013-03-19 | packet: packet fanout rollover during socket overload | Willem de Bruijn | 1 | -1/+2 |
| 2012-11-07 | packet: tx_ring: allow the user to choose tx data offset | Paul Chavent | 1 | -0/+1 |
| 2012-08-20 | packet: Report fanout status via diag engine | Pavel Emelyanov | 1 | -1/+19 |
| 2012-08-14 | packet: Introduce net/packet/internal.h header | Pavel Emelyanov | 1 | -0/+103 |