summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+9
|\
| * packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-291-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-4/+9
|\ \ | |/
| * packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-101-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-1/+1
|\ \ | |/
| * packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-07-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-4/+2
|\ \ | |/
| * net/packet: Fix Tx queue selection for AF_PACKETIván Briano2017-07-141-4/+2
* | net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami2017-07-191-2/+0
|/
* net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena2017-07-012-5/+7
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami2017-06-101-1/+0
* net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami2017-05-251-6/+4
* net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos2017-05-151-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-0/+2
|\
| * net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
* | packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney2017-04-241-0/+44
|/
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-03-301-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-03-301-0/+2
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-03-301-2/+2
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-011-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-9/+22
|\
| * packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-171-9/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-25/+30
|\ \ | |/
| * packet: fix races in fanout_add()Eric Dumazet2017-02-141-25/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-3/+4
|\ \ | |/
| * packet: round up linear to header lenWillem de Bruijn2017-02-081-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+2
|\ \ | |/
| * virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-01-201-2/+2
* | packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan2017-01-101-2/+1
* | packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx modeDaniel Borkmann2017-01-041-0/+3
* | af_packet: TX_RING support for TPACKET_V3Sowmini Varadhan2017-01-031-9/+30
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-4/+1
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-6/+12
|\ \
| * | packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-021-6/+12
| |/
* | af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme2016-11-191-12/+4
* | af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme2016-11-191-48/+3
* | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-191-2/+0
|/
* 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
|/
OpenPOWER on IntegriCloud