summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
OpenPOWER on IntegriCloud