aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAge
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-03
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-03
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-18
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-22
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-26
* packet: fix races in fanout_add()Eric Dumazet2017-02-26
* packet: round up linear to header lenWillem de Bruijn2017-02-18
* virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-02-04
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-02
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-29
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-10-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\
| * packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh2016-07-22
| * packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda2016-07-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-06
|\|
| * packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-01
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-01
* | packet: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-11
|/
* packet: compat support for sock_fprogWillem de Bruijn2016-06-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-23
|\
| * packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-04-14
* | packet: uses kfree_skb() for errors.Weongyo Jeong2016-04-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-09
|\|
| * af_packet: tone down the Tx-ring unsupported spew.Dave Jones2016-04-06
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-04
|/
* packet: validate variable length ll headersWillem de Bruijn2016-03-09
* net: core: use __ethtool_get_ksettingsDavid Decotigny2016-02-25
* packet: tpacket_snd gso and checksum offloadWillem de Bruijn2016-02-09
* packet: parse tpacket header before skb allocWillem de Bruijn2016-02-09
* packet: vnet_hdr support for tpacket_rcvWillem de Bruijn2016-02-09
* packet: move vnet_hdr code to helper functionsWillem de Bruijn2016-02-09
* packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-29
* packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-17
* packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-17
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-11-15
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-11-15
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-11-15
* packet: always probe for transport headerDaniel Borkmann2015-11-15
* packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-11-15
* packet: race condition in packet_bindFrancesco Ruggeri2015-11-05
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-12
* packet: fix match_fanout_group()Eric Dumazet2015-10-12
* packet: support per-packet fwmark for af_packet sendmsgEdward Jee2015-10-12
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-11
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-05
* Fix AF_PACKET ABI breakage in 4.2David Woodhouse2015-09-23
* packet: add extended BPF fanout modeWillem de Bruijn2015-08-17
* packet: add classic BPF fanout modeWillem de Bruijn2015-08-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-01
|\
| * packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-07-29