summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2017-11-02packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-11-02net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-06-20net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-06-20net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-06-20net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-06-20net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko
2017-06-20af_packet: remove a stray tab in packet_set_ring()Dan Carpenter
2017-06-20packet: round up linear to header lenWillem de Bruijn
2017-06-08packet: Do not call fanout_release from atomic contextsAnoob Soman
2017-06-08packet: fix races in fanout_add()Eric Dumazet
2017-06-08packet: fix race condition in packet_set_ringPhilip Pettersson
2017-02-10packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2016-06-07packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
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
2014-10-15packet: handle too big packets for PACKET_V3Eric Dumazet
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-26net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-05-30net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-01-15packet: fix send path when running with proto == 0Daniel Borkmann
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-14packet: restore packet statistics tp_packets to include dropsWillem de Bruijn
2013-06-13packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel
2013-04-29packet_diag: disclose meminfo valuesNicolas Dichtel
2013-04-29packet_diag: disclose uid valueNicolas Dichtel
2013-04-25packet: account statistics only in tpacket_stats_uDaniel Borkmann
2013-04-25packet: reorder a member in packet_ring_bufferDaniel Borkmann
2013-04-25packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann
2013-04-25packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn
2013-04-19packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann
2013-04-16packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang
2013-03-26packet: set transport header before doing xmitJason Wang
2013-03-19packet: packet fanout rollover during socket overloadWillem de Bruijn
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-03packet: fix leakage of tx_ring memoryPhil Sutter
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-11-07packet: tx_ring: allow the user to choose tx data offsetPaul Chavent
2012-10-26packet: minor: remove unused err assignmentDaniel Borkmann
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller