aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
AgeCommit message (Expand)Author
2018-05-22net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet
2018-01-17net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2018-01-17net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko
2018-01-17packet: fix races in fanout_add()Eric Dumazet
2017-11-05packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-11-05net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-09-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-09-10packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong
2017-06-13net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-06-13net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-06-13net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2016-12-23packet: fix race condition in packet_set_ringPhilip Pettersson
2016-07-10packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-07-10packet: validate variable length ll headersWillem de Bruijn
2016-07-10packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-12-14packet: always probe for transport headerDaniel Borkmann
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri
2015-09-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-09-29packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-07-10packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-10packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-05-10af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias
2015-03-23af_packet: pass checksum validation status to the userAlexander Drozdov
2015-03-23af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-03-02net: packet: use sockaddr_ll fields as storage for skb original length in rec...Eyal Birger
2015-02-24af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov
2015-02-21af_packet: allow packets defragmentation not only for hash fanout typeAlexander Drozdov
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12packet: make packet too small warning match conditionWillem de Bruijn
2015-01-11packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger
2014-12-22packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09af_packet: virtio 1.0 stubsMichael S. Tsirkin
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-24af_packet: fix sparse warningMichael S. Tsirkin
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro