index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
packet
Age
Commit message (
Expand
)
Author
2018-06-13
packet: fix reserve calculation
Willem de Bruijn
2018-06-13
net/packet: refine check for priv area size
Eric Dumazet
2018-05-26
packet: in packet_snd start writing at link layer allocation
Willem de Bruijn
2018-04-29
net: af_packet: fix race in PACKET_{R|T}X_RING
Eric Dumazet
2018-04-29
packet: fix bitfield update race
Willem de Bruijn
2017-12-16
net/packet: fix a race in packet_bind() and packet_notifier()
Eric Dumazet
2017-12-16
packet: fix crash in fanout_demux_rollover()
Mike Maloney
2017-11-18
packet: avoid panic in packet_getsockopt()
Eric Dumazet
2017-10-21
packet: only test po->has_vnet_hdr once in packet_snd
Willem de Bruijn
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-02
net/packet: fix overflow in check for tp_reserve
Andrey Konovalov
2017-05-02
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-03-22
net: don't call strlen() on the user buffer in packet_bind_spkt()
Alexander Potapenko
2017-02-26
packet: Do not call fanout_release from atomic contexts
Anoob Soman
2017-02-26
packet: fix races in fanout_add()
Eric Dumazet
2017-02-18
packet: round up linear to header len
Willem de Bruijn
2016-12-10
packet: fix race condition in packet_set_ring
Philip Pettersson
2016-11-15
packet: on direct_xmit, limit tso and csum to supported devices
Willem de Bruijn
2016-11-15
packet: call fanout_release, while UNREGISTERING a netdev
Anoob Soman
2016-07-27
packet: Use symmetric hash for PACKET_FANOUT_HASH.
David S. Miller
2016-05-18
packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
Mathias Krause
2016-04-20
packet: validate variable length ll headers
Willem de Bruijn
2015-11-29
packet: Allow packets with only a header (but no payload)
Martin Blumenstingl
2015-11-17
packet: Use PAGE_ALIGNED macro
Tobias Klauser
2015-11-17
packet: Don't check frames_per_block against negative values
Tobias Klauser
2015-11-15
packet: fix tpacket_snd max frame len
Daniel Borkmann
2015-11-15
packet: infer protocol from ethernet header if unset
Daniel Borkmann
2015-11-15
packet: only allow extra vlan len on ethernet devices
Daniel Borkmann
2015-11-15
packet: always probe for transport header
Daniel Borkmann
2015-11-15
packet: do skb_probe_transport_header when we actually have data
Daniel Borkmann
2015-11-05
packet: race condition in packet_bind
Francesco Ruggeri
2015-10-12
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
2015-10-12
packet: fix match_fanout_group()
Eric Dumazet
2015-10-12
packet: support per-packet fwmark for af_packet sendmsg
Edward Jee
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
2015-10-05
bpf, seccomp: prepare for upcoming criu support
Daniel Borkmann
2015-09-23
Fix AF_PACKET ABI breakage in 4.2
David Woodhouse
2015-08-17
packet: add extended BPF fanout mode
Willem de Bruijn
2015-08-17
packet: add classic BPF fanout mode
Willem de Bruijn
2015-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-29
packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()
Tobias Klauser
2015-07-29
packet: tpacket_snd(): fix signed/unsigned comparison
Alexander Drozdov
2015-07-27
packet: missing dev_put() in packet_do_bind()
Lars Westerhoff
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-23
packet: remove handling of tx_ring
Maninder Singh
[next]