index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper
Patrick McHardy
1
-6
/
+4
2008-01-28
[NET_SCHED]: sch_ingress: remove excessive debugging
Patrick McHardy
1
-76
/
+3
2008-01-28
[NET_SCHED]: sch_ingress: formatting fixes
Patrick McHardy
1
-64
/
+39
2008-01-28
[PKT_SCHED] SFQ: whitespace cleanup
Stephen Hemminger
1
-17
/
+25
2008-01-28
[PKT_SCHED] SFQ: use net_random
Stephen Hemminger
1
-3
/
+3
2008-01-28
[PKT_SCHED] SFQ: timer is deferrable
Stephen Hemminger
1
-1
/
+3
2008-01-28
[PKT_SCHED] HTB: htb_classid is dead static inline
Ilpo Järvinen
1
-4
/
+0
2008-01-28
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
1
-0
/
+4
2008-01-28
[NETFILTER]: Mark hooks __read_mostly
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: Use nf_register_hooks for multiple registrations
Patrick McHardy
1
-26
/
+18
2008-01-28
[NETFILTER]: Convert old checksum helper names
Patrick McHardy
2
-7
/
+6
2008-01-28
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
3
-7
/
+7
2008-01-28
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
3
-0
/
+41
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
17
-40
/
+40
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-2
/
+2
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2
-11
/
+2
2007-12-20
[PKT_SCHED]: Spelling fixes
Joe Perches
1
-1
/
+1
2007-11-13
[PKT_SCHED]: Check subqueue status before calling hard_start_xmit
Peter P Waskiewicz Jr
1
-2
/
+3
2007-11-10
[PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first se...
Radu Rendec
1
-11
/
+1
2007-11-07
[PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks.
Radu Rendec
1
-2
/
+2
2007-11-07
[PKT_SCHED]: Fix OOPS when removing devices from a teql queuing discipline
Evgeniy Polyakov
1
-0
/
+3
2007-10-26
[NET_CLS_ACT]: Use skb_act_clone
Jamal Hadi Salim
1
-1
/
+1
2007-10-23
[PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUE
Pavel Emelyanov
1
-2
/
+2
2007-10-22
[NET]: Hide the queue_mapping field inside netif_subqueue_stopped
Pavel Emelyanov
1
-2
/
+2
2007-10-22
[NET]: Make and use skb_get_queue_mapping
Pavel Emelyanov
1
-1
/
+1
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-18
[NET]: Fix possible dev_deactivate race condition
Herbert Xu
1
-3
/
+23
2007-10-18
[NET]: QoS/Sched as menuconfig
Randy Dunlap
1
-7
/
+3
2007-10-17
[NET]: fix carrier-on bug?
Jeff Garzik
1
-3
/
+4
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2
-8
/
+3
2007-10-10
[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...
Patrick McHardy
1
-1
/
+4
2007-10-10
[NET]: sparse warning fixes
Stephen Hemminger
1
-1
/
+1
2007-10-10
[PKT_SCHED]: Add stateless NAT
Herbert Xu
3
-0
/
+334
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-3
/
+3
2007-10-10
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
1
-1
/
+4
2007-10-10
[NET_SCHED]: explict hold dev tx lock
Jamal Hadi Salim
1
-17
/
+2
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
[NET_SCHED]: Cleanup L2T macros and handle oversized packets
Jesper Dangaard Brouer
4
-9
/
+7
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
4
-9
/
+10
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-1
/
+2
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-0
/
+12
2007-10-07
[PKT_SCHED] cls_u32: error code isn't been propogated properly
Stephen Hemminger
1
-1
/
+1
2007-10-01
[SFQ]: Remove artificial limitation for queue limit.
Alexey Kuznetsov
1
-16
/
+31
2007-09-20
[PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'
Alexey Kuznetsov
1
-5
/
+5
2007-09-16
[PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warning
Satyam Sharma
1
-1
/
+1
2007-09-14
[NET_SCHED] protect action config/dump from irqs
Jamal Hadi Salim
2
-6
/
+6
2007-08-30
[NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()
Lucas Nussbaum
1
-1
/
+1
2007-08-13
[PKT_SCHED]: Clean up duplicate includes in net/sched/
Jesper Juhl
1
-1
/
+0
2007-07-31
[NET]: Fix prio_tune() handling of root qdisc.
Peter P Waskiewicz Jr
1
-2
/
+4
2007-07-31
[NET]: Fix sch_api to properly set sch->parent on the root.
Patrick McHardy
1
-5
/
+12
[prev]
[next]