Age | Commit message (Expand) | Author |
2021-01-29 | net: packet: make pkt_sk() inline | Menglong Dong |
2020-11-09 | net/packet: make packet_fanout.arr size configurable up to 64K | Tanner Love |
2020-07-16 | af_packet: TPACKET_V3: replace busy-wait loop | John Ogness |
2020-03-15 | net/packet: tpacket_rcv: avoid a producer race condition | Willem de Bruijn |
2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-26 | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA... | Neil Horman |
2019-06-14 | net/packet: make tp_drops atomic | Eric Dumazet |
2018-08-31 | Revert "packet: switch kvzalloc to allocate memory" | Eric Dumazet |
2018-08-13 | packet: switch kvzalloc to allocate memory | Li RongQing |
2018-04-24 | packet: fix bitfield update race | Willem de Bruijn |
2017-11-28 | packet: fix crash in fanout_demux_rollover() | Mike Maloney |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-01 | net: convert packet_fanout.sk_ref from atomic_t to refcount_t | Reshetova, Elena |
2015-08-17 | packet: add classic BPF fanout mode | Willem de Bruijn |
2015-06-21 | packet: free packet_rollover after synchronize_net | Willem de Bruijn |
2015-05-13 | packet: rollover statistics | Willem de Bruijn |
2015-05-13 | packet: rollover huge flows before small flows | Willem de Bruijn |
2015-05-13 | packet: rollover lock contention avoidance | Willem de Bruijn |
2015-05-13 | packet: rollover prepare: per-socket state | Willem de Bruijn |
2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman |
2014-08-21 | packet: handle too big packets for PACKET_V3 | Eric Dumazet |
2014-01-16 | packet: use percpu mmap tx frame pending refcount | Daniel Borkmann |
2013-12-09 | packet: introduce PACKET_QDISC_BYPASS socket option | Daniel Borkmann |
2013-11-21 | packet: fix use after free race in send path when dev is released | Daniel Borkmann |
2013-04-25 | packet: account statistics only in tpacket_stats_u | Daniel Borkmann |
2013-04-25 | packet: reorder a member in packet_ring_buffer | Daniel Borkmann |
2013-03-19 | packet: packet fanout rollover during socket overload | Willem de Bruijn |
2012-11-07 | packet: tx_ring: allow the user to choose tx data offset | Paul Chavent |
2012-08-20 | packet: Report fanout status via diag engine | Pavel Emelyanov |
2012-08-14 | packet: Introduce net/packet/internal.h header | Pavel Emelyanov |