index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
packet
Age
Commit message (
Expand
)
Author
2017-10-27
af_packet: don't pass empty blocks for PACKET_V3
Alexander Drozdov
2017-10-21
packet: in packet_do_bind, test fanout with bind_lock held
Willem de Bruijn
2017-10-21
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
2017-10-08
net/packet: check length in getsockopt() called with PACKET_HDRLEN
Alexander Potapenko
2017-08-12
packet: fix tp_reserve race in packet_set_ring
Willem de Bruijn
2017-08-11
packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
WANG Cong
2017-05-08
net/packet: fix overflow in check for tp_reserve
Andrey Konovalov
2017-05-08
net/packet: fix overflow in check for tp_frame_nr
Andrey Konovalov
2017-04-18
net/packet: fix overflow in check for priv area size
Andrey Konovalov
2017-04-18
net: don't call strlen() on the user buffer in packet_bind_spkt()
Alexander Potapenko
2017-04-18
packet: on direct_xmit, limit tso and csum to supported devices
Willem de Bruijn
2017-04-18
packet: call fanout_release, while UNREGISTERING a netdev
Anoob Soman
2016-12-23
packet: fix race condition in packet_set_ring
Philip Pettersson
2016-07-12
packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
Mathias Krause
2015-12-14
packet: fix tpacket_snd max frame len
Daniel Borkmann
2015-12-14
packet: infer protocol from ethernet header if unset
Daniel Borkmann
2015-12-14
packet: only allow extra vlan len on ethernet devices
Daniel Borkmann
2015-12-14
packet: tpacket_snd(): fix signed/unsigned comparison
Alexander Drozdov
2015-12-14
packet: always probe for transport header
Daniel Borkmann
2015-12-14
packet: do skb_probe_transport_header when we actually have data
Daniel Borkmann
2015-12-14
packet: race condition in packet_bind
Francesco Ruggeri
2015-10-27
packet: missing dev_put() in packet_do_bind()
Lars Westerhoff
2015-07-05
packet: avoid out of bounds read in round robin fanout
Willem de Bruijn
2015-07-05
packet: read num_members once in packet_rcv_fanout()
Eric Dumazet
2014-11-24
af_packet: fix sparse warning
Michael S. Tsirkin
2014-09-01
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
2014-09-01
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
2014-08-29
net: add skb_get_tx_queue() helper
Daniel Borkmann
2014-08-24
net: Add ops->ndo_xmit_flush()
David S. Miller
2014-08-21
packet: handle too big packets for PACKET_V3
Eric Dumazet
2014-07-29
packet: remove deprecated syststamp timestamp
Willem de Bruijn
2014-07-15
packet: remove unnecessary break after return
Fabian Frederick
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-04-24
net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump
Eric W. Biederman
2014-04-22
net: Fix ns_capable check in sock_diag_put_filterinfo
Andrew Lutomirski
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2014-04-03
packet: fix packet_direct_xmit for BQL enabled drivers
Daniel Borkmann
2014-04-03
packet: report tx_dropped in packet_direct_xmit
Daniel Borkmann
2014-03-28
packet: respect devices with LLTX flag in direct xmit
Daniel Borkmann
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
2014-02-28
packet: allow to transmit +4 byte in TX_RING slot for VLAN case
Daniel Borkmann
2014-02-18
af_packet: remove a stray tab in packet_set_ring()
Dan Carpenter
2014-02-17
packet: check for ndo_select_queue during queue selection
Daniel Borkmann
2014-01-22
af_packet: Add Queue mapping mode to af_packet fanout operation
Neil Horman
2014-01-21
net: introduce reciprocal_scale helper and convert users
Daniel Borkmann
2014-01-21
random32: add prandom_u32_max and convert open coded users
Daniel Borkmann
2014-01-21
packet: fix a couple of cppcheck warnings
Daniel Borkmann
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-16
packet: use percpu mmap tx frame pending refcount
Daniel Borkmann
2014-01-16
packet: don't unconditionally schedule() in case of MSG_DONTWAIT
Daniel Borkmann
[next]