summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2017-06-10net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami
2017-05-15net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-04-24packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov