summaryrefslogtreecommitdiff
path: root/net/packet/af_packet.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-16net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-12-16packet: fix crash in fanout_demux_rollover()Mike Maloney1-22/+10
2017-11-18packet: avoid panic in packet_getsockopt()Eric Dumazet1-8/+16
2017-10-21packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-2/+4
2017-10-21packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-10-21packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-10-08net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko1-0/+2
2017-08-13packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-11packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong1-1/+1
2017-05-03net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-05-03net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-04-18net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-03-22net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-02-26packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22
2017-02-26packet: fix races in fanout_add()Eric Dumazet1-25/+30
2017-02-18packet: round up linear to header lenWillem de Bruijn1-3/+4
2016-12-10packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-5/+4
2016-11-15packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller1-1/+1
2016-05-19packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause1-0/+1
2016-04-20packet: validate variable length ll headersWillem de Bruijn1-21/+16
2015-11-30packet: Allow packets with only a header (but no payload)Martin Blumenstingl1-2/+2
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser1-2/+2
2015-11-16packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-11-16packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-11-16packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-11-16packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-11-16packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-11-05packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-10-13ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-3/+3
2015-10-13packet: fix match_fanout_group()Eric Dumazet1-3/+3
2015-10-13packet: support per-packet fwmark for af_packet sendmsgEdward Jee1-1/+9
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-5/+5
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann1-1/+1
2015-09-24Fix AF_PACKET ABI breakage in 4.2David Woodhouse1-15/+17
2015-08-18packet: add extended BPF fanout modeWillem de Bruijn1-0/+31
2015-08-18packet: add classic BPF fanout modeWillem de Bruijn1-1/+98
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2015-07-30packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser1-4/+2
2015-07-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov1-1/+2
2015-07-28packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+3
2015-06-23packet: remove handling of tx_ringManinder Singh1-9/+5
2015-06-21packet: avoid out of bounds read in round robin fanoutWillem de Bruijn1-16/+2
2015-06-21packet: free packet_rollover after synchronize_netWillem de Bruijn1-1/+2
2015-06-21packet: read num_members once in packet_rcv_fanout()Eric Dumazet1-1/+1
2015-05-18net-packet: fix null pointer exception in rollover modeWillem de Bruijn1-3/+5
2015-05-15packet: fix warnings in rollover lock contentionWillem de Bruijn1-10/+5