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