summaryrefslogtreecommitdiff
path: root/net/packet/internal.h
AgeCommit message (Expand)Author
2023-12-04packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann
2023-10-06net/packet: Annotate struct packet_fanout with __counted_byKees Cook
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan
2023-03-19net/packet: remove po->xmitEric Dumazet
2023-03-18af_packet: preserve const qualifier in pkt_sk()Eric Dumazet
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2021-04-14net/packet: remove data races in fanout operationsEric Dumazet
2021-01-29net: packet: make pkt_sk() inlineMenglong Dong
2020-11-09net/packet: make packet_fanout.arr size configurable up to 64KTanner Love
2020-07-16af_packet: TPACKET_V3: replace busy-wait loopJohn Ogness
2020-03-15net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman
2019-06-14net/packet: make tp_drops atomicEric Dumazet
2018-08-31Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet
2018-08-13packet: switch kvzalloc to allocate memoryLi RongQing
2018-04-24packet: fix bitfield update raceWillem de Bruijn
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena
2015-08-17packet: add classic BPF fanout modeWillem de Bruijn
2015-06-21packet: free packet_rollover after synchronize_netWillem de Bruijn
2015-05-13packet: rollover statisticsWillem de Bruijn
2015-05-13packet: rollover huge flows before small flowsWillem de Bruijn
2015-05-13packet: rollover lock contention avoidanceWillem de Bruijn
2015-05-13packet: rollover prepare: per-socket stateWillem de Bruijn
2015-03-12net: Introduce possible_net_tEric W. Biederman
2014-08-21packet: handle too big packets for PACKET_V3Eric Dumazet
2014-01-16packet: use percpu mmap tx frame pending refcountDaniel Borkmann
2013-12-09packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann
2013-11-21packet: fix use after free race in send path when dev is releasedDaniel Borkmann
2013-04-25packet: account statistics only in tpacket_stats_uDaniel Borkmann
2013-04-25packet: reorder a member in packet_ring_bufferDaniel Borkmann
2013-03-19packet: packet fanout rollover during socket overloadWillem de Bruijn
2012-11-07packet: tx_ring: allow the user to choose tx data offsetPaul Chavent
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov
2012-08-14packet: Introduce net/packet/internal.h headerPavel Emelyanov