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
2010-02-16
CAPI: Rework locking of controller data structures
Jan Kiszka
4
-89
/
+217
2010-02-16
CAPI: Rework controller state notifier
Jan Kiszka
3
-79
/
+72
2010-02-16
CAPI: Rework capi_ctr_ready/down
Jan Kiszka
1
-45
/
+50
2010-02-16
CAPI: Convert capi drivers rwlock into mutex
Jan Kiszka
3
-32
/
+27
2010-02-16
CAPI: Call a controller 'controller', not 'card'
Jan Kiszka
4
-169
/
+178
2010-02-16
CAPI: Reduce chattiness during module loading/removal
Jan Kiszka
4
-83
/
+9
2010-02-16
CAPI: Pin capifs instead of mounting it
Jan Kiszka
1
-9
/
+18
2010-02-16
CAPI: Eliminate capifs_root variable
Jan Kiszka
1
-8
/
+10
2010-02-16
CAPI: Sanitize capifs API
Jan Kiszka
3
-31
/
+54
2010-02-16
CAPI: Fix leaks in capifs_new_ncci
Jan Kiszka
1
-7
/
+18
2010-02-16
net neigh: Decouple per interface neighbour table controls from binary sysctls
Eric W. Biederman
7
-13
/
+8
2010-02-16
net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers
Eric W. Biederman
3
-23
/
+49
2010-02-16
drivers/net/pcnet32.c: Checkpatch cleaning
Joe Perches
1
-80
/
+73
2010-02-16
drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers
Joe Perches
1
-217
/
+130
2010-02-16
drivers/net/tehuti.c: trivial checkpatch cleanups
Joe Perches
1
-7
/
+7
2010-02-16
drivers/net/tehuti.c: Hoist assigns out of ifs
Joe Perches
1
-22
/
+27
2010-02-16
drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers
Joe Perches
2
-59
/
+59
2010-02-16
drivers/net/sky2: Convert to use netif_printk macros
Joe Perches
1
-38
/
+27
2010-02-16
drivers/net/ixgb: Use netif_printk macros
Joe Perches
2
-49
/
+51
2010-02-16
sparc64: Kill bogus ip_tables.h include.
David S. Miller
1
-1
/
+0
2010-02-16
bnx2: Update firmwares and update version to 2.0.8.
Michael Chan
9
-9068
/
+9143
2010-02-16
bnx2: Fix bug when saving statistics.
Patrick Rabau
1
-5
/
+5
2010-02-16
bnx2: Allow user-specified multiple advertisement speed values.
Michael Chan
1
-25
/
+8
2010-02-16
bnx2: Adjust flow control water marks.
Michael Chan
2
-2
/
+2
2010-02-16
bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.
Michael Chan
1
-0
/
+7
2010-02-16
bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.
Michael Chan
1
-1
/
+1
2010-02-16
atl1c: Add support for Atheros AR8152 and AR8152
Luis R. Rodriguez
5
-25
/
+191
2010-02-16
tunnels: fix netns vs proto registration ordering
Alexey Dobriyan
4
-62
/
+47
2010-02-16
gre: fix netns vs proto registration ordering
Alexey Dobriyan
1
-9
/
+10
2010-02-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
111
-1836
/
+2313
2010-02-15
ethtool: reduce stack usage
Eric Dumazet
1
-7
/
+28
2010-02-15
net: emaclite: adding MDIO and phy lib support
John Linn
2
-43
/
+336
2010-02-15
X25: Dont let x25_bind use addresses containing characters
andrew hendry
1
-1
/
+10
2010-02-15
X25: Fix x25_create errors for bad protocol and ENOBUFS
andrew hendry
1
-4
/
+9
2010-02-15
be2net: implement EEH pci error recovery handlers
Sathya Perla
3
-2
/
+125
2010-02-15
xfrm: Flushing empty SPD generates false events
jamal
3
-5
/
+12
2010-02-15
xfrm: Flushing empty SAD generates false events
jamal
3
-4
/
+8
2010-02-15
IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILS
Shan Wei
1
-9
/
+4
2010-02-15
net/macvtap: fix reference counting
Arnd Bergmann
1
-13
/
+22
2010-02-15
cxgb3: fix link flap
Divy Le Ray
1
-1
/
+2
2010-02-15
cxgb3: FIx VLAN over Jumbo frames
Divy Le Ray
1
-0
/
+3
2010-02-15
ixgbe: Cleanup incorrect header comments
Peter Waskiewicz
1
-5
/
+0
2010-02-15
ethtool: Move n-tuple capability check into set_flags
Peter Waskiewicz
1
-5
/
+8
2010-02-15
ethtool: Fix filter addition when caching n-tuple filters
Peter Waskiewicz
1
-16
/
+24
2010-02-15
netfilter: CONFIG_COMPAT: allow delta to exceed 32767
Florian Westphal
2
-4
/
+4
2010-02-15
netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
Florian Westphal
17
-17
/
+17
2010-02-15
netfilter: ebtables: abort if next_offset is too small
Florian Westphal
1
-0
/
+2
2010-02-15
netfilter: ctnetlink: add zone support
Patrick McHardy
2
-19
/
+75
2010-02-15
netfilter: nf_conntrack: add support for "conntrack zones"
Patrick McHardy
25
-85
/
+236
2010-02-15
netfilter: nf_conntrack: pass template to l4proto ->error() handler
Patrick McHardy
8
-11
/
+15
[next]