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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-17
pkt_sched: Add and use qdisc_root() and qdisc_root_lock().
David S. Miller
1
-0
/
+12
2008-07-17
pkt_sched: Make QDISC_RUNNING a qdisc state.
David S. Miller
2
-1
/
+9
2008-07-17
pkt_sched: Move gso_skb into Qdisc.
David S. Miller
1
-0
/
+1
2008-07-17
mac80211: Reimplement WME using ->select_queue().
David S. Miller
1
-8
/
+0
2008-07-17
net: Use queue aware tests throughout.
David S. Miller
1
-3
/
+1
2008-07-17
netdev: Allocate multiple queues for TX.
David S. Miller
1
-11
/
+26
2008-07-16
core: add stat to track unresolved discards in neighbor cache
Neil Horman
1
-1
/
+3
2008-07-16
mib: add net to NET_ADD_STATS_USER
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to NET_ADD_STATS_BH
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to NET_INC_STATS_USER
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to NET_INC_STATS_BH
Pavel Emelyanov
2
-2
/
+2
2008-07-16
mib: add net to NET_INC_STATS
Pavel Emelyanov
1
-1
/
+1
2008-07-16
sock: add net to prot->enter_memory_pressure callback
Pavel Emelyanov
2
-3
/
+3
2008-07-16
mib: add net to TCP_ADD_STATS_USER
Pavel Emelyanov
1
-5
/
+5
2008-07-16
mib: add net to TCP_DEC_STATS
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to TCP_INC_STATS_BH
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to TCP_INC_STATS
Pavel Emelyanov
1
-1
/
+1
2008-07-16
tcp: add net to tcp_mib_init
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: drop unused TCP_XXX_STATS macros
Pavel Emelyanov
1
-2
/
+0
2008-07-16
mib: add net to IP_ADD_STATS_BH
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to IP_INC_STATS_BH
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: add net to IP_INC_STATS
Pavel Emelyanov
1
-1
/
+1
2008-07-16
mib: drop unused IP_INC_STATS_USER
Pavel Emelyanov
1
-1
/
+0
2008-07-14
mib: add struct net to ICMPMSGIN_INC_STATS_BH
Pavel Emelyanov
1
-1
/
+1
2008-07-14
mib: add struct net to ICMPMSGOUT_INC_STATS
Pavel Emelyanov
1
-1
/
+1
2008-07-14
mib: add struct net to ICMP_INC_STATS_BH
Pavel Emelyanov
1
-1
/
+1
2008-07-14
mib: add struct net to ICMP_INC_STATS
Pavel Emelyanov
1
-1
/
+1
2008-07-14
icmp: drop unused MIB accounting wrappers
Pavel Emelyanov
1
-5
/
+0
2008-07-14
icmp: add struct net argument to icmp_out_count
Pavel Emelyanov
1
-1
/
+2
2008-07-14
tipc: Remove unneeded parameter to tipc_createport_raw()
Allan Stephens
1
-10
/
+3
2008-07-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-38
/
+35
2008-07-14
netfilter: Let nf_ct_kill() callers know if del_timer() returned true.
David S. Miller
1
-10
/
+10
2008-07-14
mac80211: fix struct ieee80211_tx_queue_params
Johannes Berg
1
-5
/
+5
2008-07-14
mac80211: fix TX sequence numbers
Johannes Berg
1
-0
/
+12
2008-07-14
mac80211: revamp beacon configuration
Johannes Berg
1
-33
/
+16
2008-07-14
mac80211: power management wext hooks
Samuel Ortiz
1
-0
/
+2
2008-07-08
netdev: Move atomic queue state bits into netdev_queue.
David S. Miller
1
-1
/
+1
2008-07-08
pkt_sched: Make qdisc_run take a netdev_queue.
David S. Miller
1
-3
/
+5
2008-07-08
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
David S. Miller
1
-0
/
+8
2008-07-08
net: Clean up explicit ->tx_queue references in link watch.
David S. Miller
1
-0
/
+8
2008-07-08
pkt_sched: Add qdisc_all_tx_empty()
David S. Miller
2
-1
/
+10
2008-07-08
pkt_sched: Add qdisc_reset_all_tx().
David S. Miller
1
-0
/
+6
2008-07-08
pkt_sched: Kill stats_lock member of struct Qdisc.
David S. Miller
1
-1
/
+0
2008-07-08
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
1
-1
/
+1
2008-07-08
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
1
-7
/
+9
2008-07-08
netdev: Create netdev_queue abstraction.
David S. Miller
1
-1
/
+5
2008-07-08
mac80211: fix lots of kernel-doc
Randy Dunlap
1
-15
/
+25
2008-07-08
mac80211: add block ack request capability
Ron Rindjunsky
1
-0
/
+3
2008-07-08
netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc
Pablo Neira Ayuso
1
-1
/
+2
2008-07-05
net-sched: consolidate default fifo qdisc setup
Patrick McHardy
1
-0
/
+4
[next]