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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
packet
Commit message (
Expand
)
Author
Age
Files
Lines
*
af-packet: fix - avoid reading stale data
Chetan Loke
2011-07-14
1
-1
/
+2
*
packet: Fix build with INET disabled.
David S. Miller
2011-07-07
1
-0
/
+2
*
af_packet: lock imbalance
Eric Dumazet
2011-07-07
1
-31
/
+31
*
packet: Fix leak in pre-defrag support.
David S. Miller
2011-07-06
1
-1
/
+1
*
packet: Add 'cpu' fanout policy.
David S. Miller
2011-07-06
1
-37
/
+28
*
packet: Add pre-defragmentation support for ipv4 fanouts.
David S. Miller
2011-07-05
1
-2
/
+48
*
packet: Add fanout support.
David S. Miller
2011-07-05
1
-5
/
+251
*
packet: Add helpers to register/unregister ->prot_hook
David S. Miller
2011-07-05
1
-44
/
+59
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-06-20
1
-0
/
+2
|
\
|
*
af_packet: prevent information leak
Eric Dumazet
2011-06-06
1
-0
/
+2
*
|
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
Jason Wang
2011-06-11
1
-0
/
+2
*
|
af-packet: Use existing netdev reference for bound sockets.
Ben Greear
2011-06-05
1
-12
/
+15
*
|
af-packet: Hold reference to bound network devices.
Ben Greear
2011-06-05
1
-5
/
+9
|
/
*
af-packet: Add flag to distinguish VID 0 from no-vlan.
Ben Greear
2011-06-01
1
-3
/
+12
*
net: convert %p usage to %pK
Dan Rosenberg
2011-05-24
1
-1
/
+1
*
net: filter: Just In Time compiler for x86-64
Eric Dumazet
2011-04-27
1
-1
/
+1
*
af_packet: struct socket declared/assigned but unused
Hagen Paul Pfeifer
2011-03-07
1
-3
/
+0
*
network: Allow af_packet to transmit +4 bytes for VLAN packets.
Ben Greear
2011-02-11
1
-2
/
+29
*
net: cleanup unused macros in net directory
Shan Wei
2011-01-19
1
-1
/
+0
*
net: filter: dont block softirqs in sk_run_filter()
Eric Dumazet
2011-01-18
1
-3
/
+3
*
net: Use skb_checksum_start_offset()
Michał Mirosław
2010-12-16
1
-2
/
+1
*
af_packet: use swap() instead of the open coded macro XC()
Changli Gao
2010-12-10
1
-5
/
+3
*
af_packet: fix freeing pg_vec twice on error path
Changli Gao
2010-12-08
1
-1
/
+0
*
af_packet: eliminate pgv_to_page on some arches
Changli Gao
2010-12-08
1
-1
/
+3
*
filter: constify sk_run_filter()
Eric Dumazet
2010-12-08
1
-15
/
+16
*
af_packet: remove pgv.flags
Changli Gao
2010-12-06
1
-15
/
+5
*
af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()
Changli Gao
2010-12-06
1
-17
/
+19
*
packet: use vzalloc()
Eric Dumazet
2010-11-21
1
-1
/
+1
*
filter: optimize sk_run_filter
Eric Dumazet
2010-11-19
1
-1
/
+1
*
packet: Enhance AF_PACKET implementation to not require high order contiguous...
Neil Horman
2010-11-16
1
-16
/
+69
*
net: Fix header size check for GSO case in recvmsg (af_packet)
Mariusz Kozlowski
2010-11-12
1
-1
/
+3
*
net: packet: fix information leak to userland
Vasiliy Kulikov
2010-11-10
1
-1
/
+2
*
net: simplify flags for tx timestamping
Oliver Hartkopp
2010-08-19
1
-2
/
+2
*
packet_mmap: expose hw packet timestamps to network packet capture utilities
Scott McMillan
2010-06-02
1
-2
/
+35
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-21
1
-2
/
+0
|
\
|
*
packet : remove init_net restriction
Daniel Lezcano
2010-04-16
1
-2
/
+0
*
|
packet: support for TX time stamps on RAW sockets
Richard Cochran
2010-04-13
1
-1
/
+60
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
|
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-2
/
+2
*
|
net: move address list functions to a separate file
Jiri Pirko
2010-04-03
1
-2
/
+2
|
/
*
af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del]
Jiri Pirko
2010-03-03
1
-1
/
+5
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2010-02-28
1
-1
/
+1
|
\
|
*
net: Add checking to rcu_dereference() primitives
Paul E. McKenney
2010-02-25
1
-1
/
+1
*
|
af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_a...
Jiri Pirko
2010-02-26
1
-1
/
+1
*
|
packet: convert socket list to RCU (v3)
stephen hemminger
2010-02-22
1
-31
/
+31
*
|
net: packet: use seq_hlist_foo() helpers
Li Zefan
2010-02-10
1
-17
/
+3
*
|
packet: Kill CONFIG_PACKET_MMAP.
David S. Miller
2010-02-05
2
-39
/
+0
*
|
packet: Add GSO/csum offload support.
Sridhar Samudrala
2010-02-04
1
-11
/
+176
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-01-23
1
-5
/
+14
|
\
|
[next]