summaryrefslogtreecommitdiff
path: root/net/packet/af_packet.c
AgeCommit message (Expand)Author
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-06-13packet: fix reserve calculationWillem de Bruijn
2018-06-13net/packet: refine check for priv area sizeEric Dumazet
2018-05-26packet: in packet_snd start writing at link layer allocationWillem de Bruijn
2018-04-29net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet
2018-04-29packet: fix bitfield update raceWillem de Bruijn
2017-12-16net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2017-12-16packet: fix crash in fanout_demux_rollover()Mike Maloney
2017-11-18packet: avoid panic in packet_getsockopt()Eric Dumazet
2017-10-21packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2017-10-21packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-10-21packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-10-08net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-08-12packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-08-11packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong
2017-05-02net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-05-02net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-04-18net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-03-22net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko
2017-02-26packet: Do not call fanout_release from atomic contextsAnoob Soman
2017-02-26packet: fix races in fanout_add()Eric Dumazet
2017-02-18packet: round up linear to header lenWillem de Bruijn
2016-12-10packet: fix race condition in packet_set_ringPhilip Pettersson
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-11-15packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-05-18packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-04-20packet: validate variable length ll headersWillem de Bruijn
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser
2015-11-15packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-11-15packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-11-15packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-11-15packet: always probe for transport headerDaniel Borkmann
2015-11-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-11-05packet: race condition in packet_bindFrancesco Ruggeri
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-12packet: fix match_fanout_group()Eric Dumazet
2015-10-12packet: support per-packet fwmark for af_packet sendmsgEdward Jee
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-09-23Fix AF_PACKET ABI breakage in 4.2David Woodhouse
2015-08-17packet: add extended BPF fanout modeWillem de Bruijn
2015-08-17packet: add classic BPF fanout modeWillem de Bruijn
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-29packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser
2015-07-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-07-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff