summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-301-7/+9
* net/packet: annotate accesses to po->bindEric Dumazet2021-06-301-8/+8
* net/packet: fix overflow in tpacket_rcvOr Cohen2020-10-141-1/+8
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2020-01-291-3/+9
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2020-01-291-2/+11
* af_packet: set defaule value for tmoMao Wenan2020-01-041-1/+2
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-251-0/+7
* af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-07-102-3/+18
* packet: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-081-10/+14
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-1/+1
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-04-031-1/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-271-1/+1
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-231-2/+2
* packet: validate address length if non-zeroWillem de Bruijn2019-01-091-2/+2
* packet: validate address lengthWillem de Bruijn2019-01-091-0/+4
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-241-4/+6
* packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-08-241-0/+2
* net/packet: fix use-after-freeEric Dumazet2018-07-221-8/+6
* packet: fix reserve calculationWillem de Bruijn2018-06-131-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-131-1/+1
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-251-1/+3
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-8/+14
* packet: fix bitfield update raceWillem de Bruijn2018-04-292-21/+49
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-162-23/+10
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-10-121-2/+4
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-10-121-3/+5
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-10-121-5/+11
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-10-081-0/+2
* packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-09-201-3/+9
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-121-4/+9
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-08-111-1/+1
* net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos2017-06-071-7/+7
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-031-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-031-0/+2
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-181-2/+2
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-221-2/+6
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-261-9/+22
* packet: fix races in fanout_add()Eric Dumazet2017-02-261-25/+30
* packet: round up linear to header lenWillem de Bruijn2017-02-181-3/+4
* virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-02-041-1/+1
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-021-6/+12
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-291-5/+4
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-10-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-6/+4
|\
| * packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh2016-07-221-3/+1
| * packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda2016-07-191-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\|