summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-011-1/+1
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-5/+1
* | packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-101-34/+2
|/
* packet: compat support for sock_fprogWillem de Bruijn2016-06-091-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-0/+1
|\
| * packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-04-141-0/+1
* | packet: uses kfree_skb() for errors.Weongyo Jeong2016-04-141-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-1/+1
|\|
| * af_packet: tone down the Tx-ring unsupported spew.Dave Jones2016-04-061-1/+1
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-5/+25
|/
* packet: validate variable length ll headersWillem de Bruijn2016-03-091-25/+18
* net: core: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-6/+5
* packet: tpacket_snd gso and checksum offloadWillem de Bruijn2016-02-091-16/+37
* packet: parse tpacket header before skb allocWillem de Bruijn2016-02-091-46/+65
* packet: vnet_hdr support for tpacket_rcvWillem de Bruijn2016-02-091-4/+15
* packet: move vnet_hdr code to helper functionsWillem de Bruijn2016-02-091-113/+148
* 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