aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 overflow in check for tp_reserveAndrey Konovalov2017-05-021-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-021-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
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-101-6/+12
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-11-151-5/+4
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-11-151-0/+1
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-271-1/+1
* packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-05-181-0/+1
* packet: validate variable length ll headersWillem de Bruijn2016-04-201-21/+16
* packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-291-2/+2
* packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-171-1/+1
* packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-171-2/+2
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-11-151-4/+5
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-11-151-0/+11
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-11-151-35/+25
* packet: always probe for transport headerDaniel Borkmann2015-11-151-4/+3
* packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-11-151-2/+3
* packet: race condition in packet_bindFrancesco Ruggeri2015-11-051-31/+49
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-3/+3
* packet: fix match_fanout_group()Eric Dumazet2015-10-121-3/+3
* packet: support per-packet fwmark for af_packet sendmsgEdward Jee2015-10-121-1/+9
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-5/+5
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-1/+1
* Fix AF_PACKET ABI breakage in 4.2David Woodhouse2015-09-231-15/+17
* packet: add extended BPF fanout modeWillem de Bruijn2015-08-171-0/+31
* packet: add classic BPF fanout modeWillem de Bruijn2015-08-172-2/+102
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-011-6/+5
|\
| * packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-07-291-1/+2
| * packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-07-271-5/+3
* | packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()Tobias Klauser2015-07-291-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-17/+3
|\
| * packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-06-211-16/+2
| * packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-06-211-1/+1
* | packet: remove handling of tx_ringManinder Singh2015-06-231-9/+5
* | packet: free packet_rollover after synchronize_netWillem de Bruijn2015-06-212-1/+3
* | net-packet: fix null pointer exception in rollover modeWillem de Bruijn2015-05-171-3/+5
* | packet: fix warnings in rollover lock contentionWillem de Bruijn2015-05-141-10/+5
* | packet: rollover statisticsWillem de Bruijn2015-05-132-1/+21
* | packet: rollover huge flows before small flowsWillem de Bruijn2015-05-132-3/+24
* | packet: rollover lock contention avoidanceWillem de Bruijn2015-05-132-7/+32
* | packet: rollover only to socket with headroomWillem de Bruijn2015-05-131-17/+59
* | packet: rollover prepare: per-socket stateWillem de Bruijn2015-05-132-4/+23
* | packet: rollover prepare: move code out of callsitesWillem de Bruijn2015-05-131-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-3/+6
|\|