summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2019-02-27net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-01-23packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-01-09packet: validate address length if non-zeroWillem de Bruijn
2019-01-09packet: validate address lengthWillem de Bruijn
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-07-22net/packet: fix use-after-freeEric Dumazet
2018-06-13packet: fix reserve calculationWillem de Bruijn
2018-06-13net/packet: refine check for priv area sizeEric Dumazet
2018-05-25packet: 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-12packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2017-10-12packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-10-12packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-10-08net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-09-20packet: Don't write vnet header beyond end of bufferBenjamin Poirier
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-06-07net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos
2017-05-03net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-05-03net/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
2017-02-04virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-10-06packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-22packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh
2016-07-19packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-06-10packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport
2016-06-09packet: compat support for sock_fprogWillem de Bruijn
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-14packet: uses kfree_skb() for errors.Weongyo Jeong
2016-04-14packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-06af_packet: tone down the Tx-ring unsupported spew.Dave Jones
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-03-09packet: validate variable length ll headersWillem de Bruijn
2016-02-25net: core: use __ethtool_get_ksettingsDavid Decotigny