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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-07
net: Fix netdev_run_todo dead-lock
Herbert Xu
2
-22
/
+7
2008-10-07
net: only invoke dev->change_rx_flags when device is UP
Patrick McHardy
1
-6
/
+10
2008-09-20
netdev: simple_tx_hash shouldn't hash inside fragments
Alexander Duyck
1
-2
/
+4
2008-09-07
pkt_sched: Fix qdisc state in net_tx_action()
Jarek Poplawski
1
-1
/
+6
2008-08-19
pkt_sched: Prevent livelock in TX queue running.
David S. Miller
1
-1
/
+3
2008-08-18
Revert "pkt_sched: Protect gen estimators under est_lock."
David S. Miller
1
-5
/
+4
2008-08-17
pkt_sched: Fix missed RCU unlock in dev_queue_xmit()
David S. Miller
1
-6
/
+4
2008-08-17
net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().
Jarek Poplawski
1
-15
/
+19
2008-08-17
pkt_sched: Add 'deactivated' state.
David S. Miller
1
-1
/
+8
2008-08-15
net: skb_copy_datagram_from_iovec()
Rusty Russell
1
-0
/
+87
2008-08-15
net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_header
Herbert Xu
1
-10
/
+2
2008-08-13
pkt_sched: Protect gen estimators under est_lock.
Jarek Poplawski
1
-4
/
+5
2008-08-13
pktgen: prevent pktgen from using bad tx queue
Andrew Gallatin
1
-0
/
+29
2008-08-07
pktgen: multiqueue etc.
Robert Olsson
1
-3
/
+34
2008-08-07
net/core: Allow receive on active slaves.
Joe Eykholt
1
-2
/
+4
2008-08-07
net/core: Allow certain receives on inactive slave.
Joe Eykholt
1
-7
/
+8
2008-08-07
net/core: Uninline skb_bond().
Joe Eykholt
1
-20
/
+8
2008-08-05
pktgen: mac count
Robert Olsson
1
-2
/
+2
2008-08-05
pktgen: random flow
Robert Olsson
1
-1
/
+5
2008-08-04
net_sched: Add qdisc __NET_XMIT_BYPASS flag
Jarek Poplawski
1
-1
/
+0
2008-08-03
net: eliminate refcounting in backlog queue
Stephen Hemminger
1
-7
/
+16
2008-08-03
net: use software GSO for SG+CSUM capable netdevices
Lennert Buytenhek
1
-0
/
+4
2008-08-03
net: fix missing pneigh entries in the neighbor seq_file code
Chris Larson
1
-5
/
+6
2008-08-03
net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...
Chris Larson
1
-1
/
+1
2008-08-02
pkt_sched: Use qdisc_lock() on already sampled root qdisc.
David S. Miller
1
-2
/
+2
2008-07-31
netdev: Fix lockdep warnings in multiqueue configurations.
David S. Miller
3
-2
/
+7
2008-07-30
pkt_sched: Fix OOPS on ingress qdisc add.
David S. Miller
1
-2
/
+2
2008-07-29
mac80211: partially fix skb->cb use
Johannes Berg
1
-0
/
+3
2008-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
6
-26
/
+25
2008-07-25
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
6
-26
/
+25
2008-07-25
printk ratelimiting rewrite
Dave Young
2
-5
/
+4
2008-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-4
/
+1
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2008-07-23
net: Update entry in af_family_clock_key_strings
Oliver Hartkopp
1
-1
/
+1
2008-07-23
netdev: Remove warning from __netif_schedule().
David S. Miller
1
-3
/
+0
2008-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...
Linus Torvalds
1
-0
/
+1
2008-07-22
I/OAT: tcp_dma_copybreak default value dependent on I/OAT version
Maciej Sosnowski
1
-0
/
+1
2008-07-22
netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.
David S. Miller
1
-6
/
+21
2008-07-22
net: Fix build failure with 'make mandocs'.
Dave Jones
1
-26
/
+25
2008-07-21
net: Print the module name as part of the watchdog message
Arjan van de Ven
1
-0
/
+20
2008-07-21
net: use kcalloc in netdev_queue alloc
Stephen Hemminger
1
-2
/
+2
2008-07-21
net: In __netif_schedule() use WARN_ON instead of BUG_ON
Linus Torvalds
1
-1
/
+2
2008-07-21
net: Improve simple_tx_hash().
David S. Miller
1
-13
/
+21
2008-07-21
Merge branch 'linus' into cpus4096-for-linus
Ingo Molnar
14
-295
/
+529
2008-07-20
net_sched: Add qdisc_enqueue wrapper
Jussi Kivilinna
1
-2
/
+2
2008-07-19
net: Use standard structures for generic socket address structures.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-07-19
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-07-18
pkt_sched: Manage qdisc list inside of root qdisc.
David S. Miller
1
-2
/
+0
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2
-3
/
+3
2008-07-17
pkt_sched: Kill netdev_queue lock.
David S. Miller
1
-4
/
+5
[next]