aboutsummaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami
2017-07-14net/packet: Fix Tx queue selection for AF_PACKETIván Briano
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-10net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami
2017-05-15net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-04-24packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-03-01net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-14packet: fix races in fanout_add()Eric Dumazet
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-08packet: round up linear to header lenWillem de Bruijn
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan
2017-01-04packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx modeDaniel Borkmann
2017-01-03af_packet: TX_RING support for TPACKET_V3Sowmini Varadhan
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson
2016-11-19af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme
2016-11-19af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme
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