summaryrefslogtreecommitdiff
path: root/net/packet/af_packet.c (follow)
Commit message (Expand)AuthorAge
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2022-04-19
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-03
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2020-01-29
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2020-01-29
* af_packet: set defaule value for tmoMao Wenan2020-01-04
* af_packet: tone down the Tx-ring unsupported spew.Dave Jones2019-09-16
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-25
* packet: Fix error path in packet_initYueHaibing2019-05-16
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-16
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-03
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-04-03
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-03-23
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-26
* packet: validate address length if non-zeroWillem de Bruijn2019-01-13
* packet: validate address lengthWillem de Bruijn2019-01-13
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-24
* packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-08-24
* packet: fix reserve calculationWillem de Bruijn2018-06-13
* net/packet: refine check for priv area sizeEric Dumazet2018-06-13
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-26
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-29
* packet: fix bitfield update raceWillem de Bruijn2018-04-29
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-16
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-16
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-18
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-10-21
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-10-21
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-10-21
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-10-08
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-12
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-08-11
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-02
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-02
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-18
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-22
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-26
* packet: fix races in fanout_add()Eric Dumazet2017-02-26
* packet: round up linear to header lenWillem de Bruijn2017-02-18
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-10
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-11-15
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-11-15
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-27
* packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-05-18
* packet: validate variable length ll headersWillem de Bruijn2016-04-20
* packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-29
* packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-17
* packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-17
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-11-15
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-11-15
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-11-15