summaryrefslogtreecommitdiffstats
path: root/net/packet
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-1/+0
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert-1/+2
2017-11-28net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet-0/+5
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney-23/+10
2017-11-27net: annotate ->poll() instancesAl Viro-2/+2
2017-11-14packet: exit_net cleanup check addedVasily Averin-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25net: af_packet: Convert timers to use timer_setup()Kees Cook-15/+7
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+16
2017-10-21packet: avoid panic in packet_getsockopt()Eric Dumazet-8/+16
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+8
2017-09-28packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn-1/+3
2017-09-28packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn-3/+5
2017-09-25net: af_packet: use setup_timer() helper.Allen Pais-3/+1
2017-09-20packet: hold bind lock when rebinding to fanout hookWillem de Bruijn-5/+11
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+9
2017-08-29packet: Don't write vnet header beyond end of bufferBenjamin Poirier-3/+9
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+9
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn-4/+9
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-07-24packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+2
2017-07-19net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami-2/+0
2017-07-14net/packet: Fix Tx queue selection for AF_PACKETIván Briano-4/+2
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena-5/+7
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-2/+2
2017-06-10net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami-1/+0
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami-6/+4
2017-05-15net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos-7/+7
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-04-25net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko-0/+2
2017-04-24packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney-0/+44
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov-0/+2
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov-0/+2
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov-2/+2
2017-03-01net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko-2/+6
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+22
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman-9/+22
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+30
2017-02-14packet: fix races in fanout_add()Eric Dumazet-25/+30
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2017-02-08packet: round up linear to header lenWillem de Bruijn-3/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang-2/+2
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan-2/+1