index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
packet
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
net/packet: fix overflow in check for tp_reserve
Andrey Konovalov
1
-0
/
+2
2017-06-05
net/packet: fix overflow in check for tp_frame_nr
Andrey Konovalov
1
-0
/
+2
2017-06-05
net/packet: fix overflow in check for priv area size
Andrey Konovalov
1
-2
/
+2
2017-06-05
packet: handle too big packets for PACKET_V3
Eric Dumazet
1
-0
/
+18
2017-03-16
packet: Do not call fanout_release from atomic contexts
Anoob Soman
1
-8
/
+20
2017-03-16
packet: call fanout_release, while UNREGISTERING a netdev
Anoob Soman
1
-0
/
+1
2017-03-16
packet: fix races in fanout_add()
Eric Dumazet
1
-12
/
+14
2017-02-23
packet: fix race condition in packet_set_ring
Philip Pettersson
1
-6
/
+12
2015-11-27
packet: fix match_fanout_group()
Eric Dumazet
1
-3
/
+3
2015-08-07
packet: avoid out of bounds read in round robin fanout
Willem de Bruijn
1
-16
/
+2
2015-08-07
packet: read num_members once in packet_rcv_fanout()
Eric Dumazet
1
-1
/
+1
2014-01-03
af_packet: block BH in prb_shutdown_retire_blk_timer()
Veaceslav Falico
1
-2
/
+2
2014-01-03
packet: fix use after free race in send path when dev is released
Daniel Borkmann
1
-23
/
+37
2014-01-03
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-17
/
+15
2013-06-29
packet: packet_getname_spkt: make sure string is always 0-terminated
Daniel Borkmann
1
-3
/
+2
2013-05-30
packet: tpacket_v3: do not trigger bug() on wrong header status
Daniel Borkmann
1
-34
/
+20
2013-02-20
packet: fix leakage of tx_ring memory
Phil Sutter
1
-4
/
+6
2012-09-19
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-0
/
+9
2012-09-19
af_packet: remove BUG statement in tpacket_destruct_skb
danborkmann@iogearbox.net
1
-1
/
+0
2011-12-27
packet: fix possible dev refcnt leak when bind fail
Wei Yongjun
1
-1
/
+5
2011-12-23
net: relax rcvbuf limits
Eric Dumazet
1
-4
/
+2
2011-11-03
af_packet: de-inline some helper functions
Olof Johansson
1
-26
/
+26
2011-10-18
macvlan: handle fragmented multicast frames
Eric Dumazet
1
-38
/
+1
2011-10-10
af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skb
danborkmann@iogearbox.net
1
-2
/
+0
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-1
/
+4
2011-10-03
make PACKET_STATISTICS getsockopt report consistently between ring and non-ring
Willem de Bruijn
1
-1
/
+4
2011-09-15
net: consolidate and fix ethtool_ops->get_settings calling
Jiri Pirko
1
-25
/
+27
2011-08-26
af_packet: Prefixed tpacket_v3 structs to avoid name space collision
chetan loke
1
-55
/
+62
2011-08-24
af-packet: TPACKET_V3 flexible buffer implementation.
chetan loke
1
-46
/
+891
2011-07-14
af-packet: fix - avoid reading stale data
Chetan Loke
1
-1
/
+2
2011-07-07
packet: Fix build with INET disabled.
David S. Miller
1
-0
/
+2
2011-07-07
af_packet: lock imbalance
Eric Dumazet
1
-31
/
+31
2011-07-06
packet: Fix leak in pre-defrag support.
David S. Miller
1
-1
/
+1
2011-07-06
packet: Add 'cpu' fanout policy.
David S. Miller
1
-37
/
+28
2011-07-05
packet: Add pre-defragmentation support for ipv4 fanouts.
David S. Miller
1
-2
/
+48
2011-07-05
packet: Add fanout support.
David S. Miller
1
-5
/
+251
2011-07-05
packet: Add helpers to register/unregister ->prot_hook
David S. Miller
1
-44
/
+59
2011-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2011-06-11
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
Jason Wang
1
-0
/
+2
2011-06-06
af_packet: prevent information leak
Eric Dumazet
1
-0
/
+2
2011-06-05
af-packet: Use existing netdev reference for bound sockets.
Ben Greear
1
-12
/
+15
2011-06-05
af-packet: Hold reference to bound network devices.
Ben Greear
1
-5
/
+9
2011-06-01
af-packet: Add flag to distinguish VID 0 from no-vlan.
Ben Greear
1
-3
/
+12
2011-05-24
net: convert %p usage to %pK
Dan Rosenberg
1
-1
/
+1
2011-04-27
net: filter: Just In Time compiler for x86-64
Eric Dumazet
1
-1
/
+1
2011-03-07
af_packet: struct socket declared/assigned but unused
Hagen Paul Pfeifer
1
-3
/
+0
2011-02-11
network: Allow af_packet to transmit +4 bytes for VLAN packets.
Ben Greear
1
-2
/
+29
2011-01-19
net: cleanup unused macros in net directory
Shan Wei
1
-1
/
+0
2011-01-18
net: filter: dont block softirqs in sk_run_filter()
Eric Dumazet
1
-3
/
+3
2010-12-16
net: Use skb_checksum_start_offset()
Michał Mirosław
1
-2
/
+1
[next]