summaryrefslogtreecommitdiff
path: root/net/packet/af_packet.c
Commit message (Expand)AuthorAge
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\ \ | |/
| * virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-01-20
* | packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx modeDaniel Borkmann2017-01-04
* | af_packet: TX_RING support for TPACKET_V3Sowmini Varadhan2017-01-03
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\ \
| * | packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-02
| |/
* | af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme2016-11-19
* | af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme2016-11-19
* | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-19
|/
* 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-19
* | 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-10
|/
* packet: compat support for sock_fprogWillem de Bruijn2016-06-09
* 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