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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-13
bnx2x: Clearing MAC addresses filters
Yitchak Gertner
1
-14
/
+54
2008-08-13
bnx2x: Delay in while loops
Yitchak Gertner
1
-14
/
+11
2008-08-13
bnx2x: PBA Table Page Alignment Workaround
Eilon Greenstein
2
-124
/
+130
2008-08-13
bnx2x: Self-test false positive
Yitchak Gertner
1
-11
/
+13
2008-08-13
bnx2x: Memory allocation
Eilon Greenstein
1
-6
/
+9
2008-08-13
bnx2x: HW attention lock
Eilon Greenstein
3
-19
/
+25
2008-08-13
bnx2x: HW lock mechanism
Yitchak Gertner
2
-44
/
+75
2008-08-13
bnx2x: Load/Unload under traffic
Vladislav Zolotarov
3
-98
/
+135
2008-08-13
bnx2x: FW Internal Memory structure
Eilon Greenstein
2
-334
/
+299
2008-08-13
bnx2x: Statistics
Yitchak Gertner
4
-94
/
+154
2008-08-13
bnx2x: Not dropping packets with L3/L4 checksum error
Eilon Greenstein
2
-12
/
+19
2008-08-13
bnx2x: FW (bootcode) interface fixes
Eilon Greenstein
1
-32
/
+42
2008-08-13
pkt_sched: Protect gen estimators under est_lock.
Jarek Poplawski
1
-4
/
+5
2008-08-13
pkt_sched: Fix queue quiescence testing in dev_deactivate().
David S. Miller
1
-5
/
+6
2008-08-13
pkt_sched: Fix oops in htb_delete.
Jarek Poplawski
1
-1
/
+2
2008-08-13
pktgen: prevent pktgen from using bad tx queue
Andrew Gallatin
1
-0
/
+29
2008-08-13
dccp: change L/R must have at least one byte in the dccpsf_val field
Arnaldo Carvalho de Melo
1
-0
/
+5
2008-08-13
xfrm: remove unnecessary variable in xfrm_output_resume() 2nd try
Jean-Christophe DUBOIS
1
-4
/
+1
2008-08-13
net-sched: fix Action flushing return code
Jamal Hadi Salim
1
-2
/
+2
2008-08-13
net-sched: Fix actions flushing
Jamal Hadi Salim
1
-2
/
+7
2008-08-13
net/rxrpc: Use an IS_ERR test rather than a NULL test
Julien Brunel
1
-1
/
+1
2008-08-13
wext: Send name on events
Jamal Hadi Salim
1
-0
/
+1
2008-08-13
ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations.
Rami Rosen
1
-5
/
+0
2008-08-13
ipv6: ip6_route.h cleanup.
Rami Rosen
1
-1
/
+0
2008-08-13
net/tipc/subscr.c: don't use ___constant_swab32
Andrew Morton
1
-1
/
+1
2008-08-13
pkt_sched: Add queue stopped test back to qdisc_run().
David S. Miller
1
-1
/
+4
2008-08-13
ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...
Brian Haley
1
-1
/
+2
2008-08-11
skbuff: Code readability NiT
Gerrit Renker
1
-3
/
+3
2008-08-11
pkt_sched: Add BH protection for qdisc_stab_lock.
Jarek Poplawski
1
-7
/
+7
2008-08-11
Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6
David S. Miller
18
-106
/
+105
2008-08-11
ipvs: add lvs-devel as a list contact
Simon Horman
1
-0
/
+1
2008-08-11
ipvs: Explictly clear ip_vs_stats members
Simon Horman
1
-1
/
+14
2008-08-11
ipvs: No need to zero out ip_vs_stats during initialization
Sven Wegener
1
-3
/
+3
2008-08-11
ipvs: Embed estimator object into stats object
Sven Wegener
3
-82
/
+65
2008-08-11
ipvs: Mark net_vs_ctl_path const
Sven Wegener
2
-2
/
+2
2008-08-11
ipvs: Annotate init functions with __init
Sven Wegener
4
-5
/
+5
2008-08-11
ipvs: Initialize schedulers' struct list_head at compile time
Sven Wegener
10
-10
/
+10
2008-08-11
ipvs: Use list_empty() instead of open-coding the same functionality
Sven Wegener
1
-2
/
+2
2008-08-11
ipvs: Use ARRAY_SIZE()
Sven Wegener
1
-1
/
+1
2008-08-11
ipvs: Fix possible deadlock in estimator code
Sven Wegener
1
-2
/
+5
2008-08-11
ipvs: Fix possible deadlock in sync code
Sven Wegener
1
-2
/
+2
2008-08-09
udp: Drop socket lock for encapsulated packets
Herbert Xu
2
-5
/
+7
2008-08-08
pkt_sched: Fix ingress deletion and filter attachment.
David S. Miller
1
-13
/
+23
2008-08-07
pkt_sched: Fix actions referencing
Jamal Hadi Salim
1
-3
/
+2
2008-08-07
bnx2x: fix logical op
Randy Dunlap
1
-1
/
+1
2008-08-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
6
-36
/
+179
2008-08-07
tcp: (whitespace only) fix confusing indentation
Adam Langley
1
-70
/
+68
2008-08-07
pkt_sched: Fix qdisc config when link is down.
David S. Miller
1
-4
/
+4
2008-08-07
Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill...
David S. Miller
27
-13
/
+31609
2008-08-07
[Bluetooth] Add full quirk implementation for btusb driver
Marcel Holtmann
1
-2
/
+161
[next]