aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
AgeCommit message (Expand)Author
2021-12-22net/packet: rx_owner_map depends on pg_vecWillem de Bruijn
2021-06-30net/packet: annotate accesses to po->ifindexEric Dumazet
2021-06-30net/packet: annotate accesses to po->bindEric Dumazet
2020-10-14net/packet: fix overflow in tpacket_rcvOr Cohen
2020-08-21af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness
2020-04-02net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn
2020-03-20net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn
2020-01-27packet: fix data-race in fanout_flow_is_huge()Eric Dumazet
2020-01-27packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-12-31af_packet: set defaule value for tmoMao Wenan
2019-08-25net/packet: fix race in tpacket_snd()Eric Dumazet
2019-07-03net/packet: fix memory leak in packet_set_ring()Eric Dumazet
2019-07-03af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman
2019-05-16packet: Fix error path in packet_initYueHaibing
2019-05-08packet: validate msg_namelen in send directlyWillem de Bruijn
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-04-03net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch
2019-02-27net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-01-23packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-01-09packet: validate address length if non-zeroWillem de Bruijn
2019-01-09packet: validate address lengthWillem de Bruijn
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn
2018-10-18net/packet: fix packet drop as of virtio gsoJianfeng Tan
2018-08-24packet: refine ring v3 block size test to hold one frameWillem de Bruijn
2018-08-24packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn
2018-07-22net/packet: fix use-after-freeEric Dumazet
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-11packet: fix reserve calculationWillem de Bruijn
2018-06-11net/packet: refine check for priv area sizeEric Dumazet
2018-05-25packet: in packet_snd start writing at link layer allocationWillem de Bruijn
2018-04-29packet: fix bitfield update raceWillem de Bruijn
2018-04-29net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet
2017-12-17net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2017-12-17packet: fix crash in fanout_demux_rollover()Mike Maloney
2017-10-21packet: avoid panic in packet_getsockopt()Eric Dumazet
2017-09-28packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2017-09-28packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-09-20packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-29packet: Don't write vnet header beyond end of bufferBenjamin Poirier
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-24packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami
2017-07-14net/packet: Fix Tx queue selection for AF_PACKETIván Briano
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena