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
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkt_sched: Kill netdev_queue lock.
David S. Miller
2008-07-17
1
-1
/
+0
*
netdevice: Move qdisc_list back into net_device proper.
David S. Miller
2008-07-17
1
-1
/
+2
*
pkt_sched: Schedule qdiscs instead of netdev_queue.
David S. Miller
2008-07-17
1
-7
/
+5
*
pkt_sched: Make QDISC_RUNNING a qdisc state.
David S. Miller
2008-07-17
1
-1
/
+0
*
pkt_sched: Move gso_skb into Qdisc.
David S. Miller
2008-07-17
1
-1
/
+0
*
netdev: Kill plain netif_schedule()
David S. Miller
2008-07-17
1
-5
/
+0
*
netdev: Add netdev->select_queue() method.
David S. Miller
2008-07-17
1
-0
/
+3
*
netdev: netdev_priv() can now be sane again.
David S. Miller
2008-07-17
1
-1
/
+3
*
netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*
David S. Miller
2008-07-17
1
-12
/
+0
*
net: Use queue aware tests throughout.
David S. Miller
2008-07-17
1
-9
/
+73
*
pkt_sched: Remove RR scheduler.
David S. Miller
2008-07-17
1
-9
/
+0
*
netdev: Kill NETIF_F_MULTI_QUEUE.
David S. Miller
2008-07-17
1
-3
/
+1
*
netdev: Allocate multiple queues for TX.
David S. Miller
2008-07-17
1
-23
/
+46
*
netdev: Add netdev->addr_list_lock protection.
David S. Miller
2008-07-15
1
-0
/
+20
*
netdev: Add addr_list_lock to struct net_device.
David S. Miller
2008-07-15
1
-0
/
+1
*
packet: deliver VLAN TCI to userspace
Patrick McHardy
2008-07-14
1
-0
/
+2
*
packet: support extensible, 64 bit clean mmaped ring structure
Patrick McHardy
2008-07-14
1
-0
/
+21
*
vlan: deliver packets received with VLAN acceleration to network taps
Patrick McHardy
2008-07-14
1
-0
/
+1
*
vlan: Don't store VLAN tag in cb
Patrick McHardy
2008-07-14
2
-24
/
+10
*
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
David S. Miller
2008-07-14
1
-0
/
+13
|
\
|
*
net: add netif_napi_del function to allow for removal of napistructs
Alexander Duyck
2008-07-11
1
-0
/
+13
*
|
tun: Fix/rewrite packet filtering logic
Max Krasnyansky
2008-07-14
1
-3
/
+21
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2008-07-14
1
-0
/
+1
|
\
\
|
*
|
ssb: Include dma-mapping.h
Michael Buesch
2008-07-14
1
-0
/
+1
|
|
/
*
|
net-sched: cls_flow: add perturbation support
Patrick McHardy
2008-07-14
1
-0
/
+1
*
|
Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
2008-07-14
1
-4
/
+2
|
\
\
|
*
|
dccp: Upgrade NDP count from 3 to 6 bytes
Gerrit Renker
2008-07-13
1
-4
/
+2
|
|
/
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-07-14
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info
Steffen Klassert
2008-07-10
1
-0
/
+1
*
|
netdev: Move atomic queue state bits into netdev_queue.
David S. Miller
2008-07-08
1
-16
/
+39
*
|
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
David S. Miller
2008-07-08
2
-24
/
+0
*
|
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
David S. Miller
2008-07-08
1
-23
/
+39
*
|
netdev: Make netif_schedule() routines work with netdev_queue objects.
David S. Miller
2008-07-08
1
-5
/
+12
*
|
netdev: Move gso_skb into netdev_queue.
David S. Miller
2008-07-08
1
-3
/
+1
*
|
netdev: Move next_sched into struct netdev_queue.
David S. Miller
2008-07-08
1
-3
/
+2
*
|
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
David S. Miller
2008-07-08
1
-3
/
+0
*
|
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
2008-07-08
1
-7
/
+3
*
|
netdev: The ingress_lock member is no longer needed.
David S. Miller
2008-07-08
1
-2
/
+0
*
|
netdev: Move queue_lock into struct netdev_queue.
David S. Miller
2008-07-08
1
-2
/
+2
*
|
netdev: Create netdev_queue abstraction.
David S. Miller
2008-07-08
1
-0
/
+7
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
2008-07-08
1
-0
/
+6
|
\
\
|
*
|
mac80211: move QOS control helpers into ieee80211.h
Harvey Harrison
2008-07-08
1
-0
/
+2
|
*
|
mac80211: add block ack request capability
Ron Rindjunsky
2008-07-08
1
-0
/
+4
*
|
|
vlan: avoid header copying and linearisation where possible
Patrick McHardy
2008-07-08
1
-15
/
+3
|
/
/
*
|
vlan: TCI related type and naming cleanups
Patrick McHardy
2008-07-08
1
-36
/
+48
*
|
vlan: remove useless struct hlist_node declaration from if_vlan.h
Patrick McHardy
2008-07-08
1
-4
/
+0
*
|
vlan: move struct vlan_dev_info to private header
Patrick McHardy
2008-07-08
1
-41
/
+15
*
|
vlan: uninline __vlan_hwaccel_rx
Patrick McHardy
2008-07-08
1
-56
/
+8
*
|
vlan: fix network_header/mac_header adjustments
Patrick McHardy
2008-07-08
1
-2
/
+0
*
|
net: remove padding from struct socket on 64bit & increase objects/cache
Richard Kennedy
2008-07-08
1
-2
/
+2
[next]