| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-06-23 | 22 | -121/+277 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-06-16 | 92 | -1087/+926 |
| | |\ \ \ |
|
| | * | | | | rcu: fix nf_conntrack_helper.c build bug | Ingo Molnar | 2008-05-22 | 1 | -0/+1 |
| | * | | | | rculist.h: fix include in net/netfilter/nf_conntrack_netlink.c | Ingo Molnar | 2008-05-19 | 1 | -0/+1 |
| | * | | | | rcu: split list.h and move rcu-protected lists into rculist.h | Franck Bui-Huu | 2008-05-19 | 5 | -2/+5 |
| * | | | | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-07-14 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'linus' into core/softirq | Ingo Molnar | 2008-06-23 | 22 | -121/+277 |
| | |\ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | * | | | | | Merge branch 'linus' into core/softirq | Ingo Molnar | 2008-06-16 | 78 | -472/+565 |
| | |\ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | * | | | | | Remove argument from open_softirq which is always NULL | Carlos R. Mafra | 2008-05-25 | 1 | -2/+2 |
| * | | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 2 | -0/+4 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 140 | -1383/+1431 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | irnet_ppp: BKL pushdown | Arnd Bergmann | 2008-06-20 | 2 | -0/+4 |
| | | |_|_|_|/ /
| | |/| | | | | |
|
| * | | | | | | | [S390] Cleanup iucv printk messages. | Ursula Braun | 2008-07-14 | 2 | -13/+4 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-10 | 17 | -78/+58 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups | Trond Myklebust | 2008-07-08 | 1 | -8/+9 |
| * | | | | | | SUNRPC: Fix a double-free in rpcbind | Trond Myklebust | 2008-07-08 | 1 | -4/+2 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-07 | 5 | -8/+42 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | svcrpc: fix handling of garbage args | J. Bruce Fields | 2008-07-03 | 1 | -7/+5 |
* | | | | | | | | pkt_sched: Make default qdisc nonshared-multiqueue safe. | David S. Miller | 2008-07-17 | 1 | -77/+22 |
* | | | | | | | | pkt_sched: Add multiqueue handling to qdisc_graft(). | David S. Miller | 2008-07-17 | 1 | -42/+59 |
* | | | | | | | | pkt_sched: Kill netdev_queue lock. | David S. Miller | 2008-07-17 | 4 | -30/+37 |
* | | | | | | | | pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. | David S. Miller | 2008-07-17 | 1 | -33/+3 |
* | | | | | | | | pkt_sched: Make qdisc grafting locking more specific. | David S. Miller | 2008-07-17 | 1 | -12/+29 |
* | | | | | | | | netdevice: Move qdisc_list back into net_device proper. | David S. Miller | 2008-07-17 | 3 | -26/+16 |
* | | | | | | | | pkt_sched: Kill qdisc_lock_tree usage in cls_route.c | David S. Miller | 2008-07-17 | 1 | -5/+7 |
* | | | | | | | | pkt_sched: Remove qdisc_lock_tree usage in cls_api.c | David S. Miller | 2008-07-17 | 1 | -4/+7 |
* | | | | | | | | pkt_sched: Use per-queue locking in shutdown_scheduler_queue. | David S. Miller | 2008-07-17 | 1 | -2/+4 |
* | | | | | | | | pkt_sched: Perform bulk of qdisc destruction in RCU. | David S. Miller | 2008-07-17 | 1 | -9/+11 |
* | | | | | | | | pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. | David S. Miller | 2008-07-17 | 1 | -2/+0 |
* | | | | | | | | pkt_sched: Schedule qdiscs instead of netdev_queue. | David S. Miller | 2008-07-17 | 4 | -59/+44 |
* | | | | | | | | pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). | David S. Miller | 2008-07-17 | 6 | -26/+43 |
* | | | | | | | | pkt_sched: Make QDISC_RUNNING a qdisc state. | David S. Miller | 2008-07-17 | 1 | -8/+10 |
* | | | | | | | | pkt_sched: Move gso_skb into Qdisc. | David S. Miller | 2008-07-17 | 1 | -10/+9 |
* | | | | | | | | net: Implement simple sw TX hashing. | David S. Miller | 2008-07-17 | 1 | -0/+52 |
* | | | | | | | | mac80211: Reimplement WME using ->select_queue(). | David S. Miller | 2008-07-17 | 7 | -616/+124 |
* | | | | | | | | netdev: Add netdev->select_queue() method. | David S. Miller | 2008-07-17 | 1 | -3/+6 |
* | | | | | | | | net: Use queue aware tests throughout. | David S. Miller | 2008-07-17 | 5 | -58/+74 |
* | | | | | | | | mac80211: Temporarily mark QoS support BROKEN. | David S. Miller | 2008-07-17 | 1 | -0/+1 |
* | | | | | | | | pkt_sched: Remove RR scheduler. | David S. Miller | 2008-07-17 | 1 | -120/+16 |
* | | | | | | | | netdev: Kill NETIF_F_MULTI_QUEUE. | David S. Miller | 2008-07-17 | 1 | -3/+0 |
* | | | | | | | | netdev: Allocate multiple queues for TX. | David S. Miller | 2008-07-17 | 11 | -92/+223 |
* | | | | | | | | garp: retry sending JoinIn messages after allocation failures | Patrick McHardy | 2008-07-16 | 1 | -1/+4 |
* | | | | | | | | core: add stat to track unresolved discards in neighbor cache | Neil Horman | 2008-07-16 | 1 | -3/+5 |
* | | | | | | | | mib: add net to NET_ADD_STATS_USER | Pavel Emelyanov | 2008-07-16 | 1 | -3/+3 |
* | | | | | | | | mib: add net to NET_ADD_STATS_BH | Pavel Emelyanov | 2008-07-16 | 1 | -3/+12 |
* | | | | | | | | mib: add net to NET_INC_STATS_USER | Pavel Emelyanov | 2008-07-16 | 1 | -3/+3 |
* | | | | | | | | mib: add net to NET_INC_STATS_BH | Pavel Emelyanov | 2008-07-16 | 16 | -79/+82 |
* | | | | | | | | mib: add net to NET_INC_STATS | Pavel Emelyanov | 2008-07-16 | 2 | -3/+3 |
* | | | | | | | | tcp: replace tcp_sock argument with sock in some places | Pavel Emelyanov | 2008-07-16 | 1 | -13/+18 |
* | | | | | | | | inet: prepare net on the stack for NET accounting macros | Pavel Emelyanov | 2008-07-16 | 3 | -3/+6 |