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
2009-04-02
ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...
Mallikarjuna R Chilakala
1
-43
/
+58
2009-04-02
ixgbe: fix ethtool -A|a behavior
Don Skidmore
5
-5
/
+23
2009-04-02
ixgbe: Patch to fix driver panic while freeing up tx & rx resources
Mallikarjuna R Chilakala
1
-2
/
+2
2009-04-02
ixgbe: refactor tx buffer processing to use skb_dma_map/unmap
Alexander Duyck
1
-38
/
+41
2009-04-02
ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores
PJ Waskiewicz
1
-5
/
+6
2009-04-02
ixgbe: feature - driver to default with FC on.
Don Skidmore
1
-1
/
+1
2009-04-02
ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control
PJ Waskiewicz
1
-1
/
+5
2009-04-02
ixgbe: Fix ethtool output with advertised mode.
Don Skidmore
1
-0
/
+9
2009-04-02
ixgbe: fix build when DEBUG is defined
Alexander Duyck
2
-6
/
+15
2009-04-02
net/igb: Fix kexec with igb (rev. 3)
Rafael J. Wysocki
1
-13
/
+31
2009-04-02
igb: cleanup igb loopback path
Alexander Duyck
1
-11
/
+3
2009-04-02
igb: increase delay for copper link setup
Alexander Duyck
1
-2
/
+5
2009-04-02
igb: set num_rx/tx_queues to 0 when queues are freed
Alexander Duyck
1
-0
/
+3
2009-04-02
igb: add support for x2 link width configurations
Alexander Duyck
1
-3
/
+4
2009-04-02
net/fec_mpc52xx: Don't dereference phy_device if it is NULL
Grant Likely
1
-10
/
+12
2009-04-02
net/fec_mpc52xx: Migrate to net_device_ops.
Henk Stegeman
1
-16
/
+20
2009-04-02
net/fec_mpc52xx: fix BUG on missing dma_ops
Grant Likely
1
-7
/
+12
2009-04-02
netfilter: use rcu_read_bh() in ipt_do_table()
Eric Dumazet
3
-6
/
+6
2009-04-02
RDS: Use spinlock to protect 64b value update on 32b archs
Andy Grover
7
-24
/
+100
2009-04-02
RDS: Rewrite connection cleanup, fixing oops on rmmod
Andy Grover
8
-85
/
+109
2009-04-02
RDS: Fix m_rs_lock deadlock
Andy Grover
1
-3
/
+3
2009-04-02
Neterion: New driver: Kconfig and Makefile
Ramkrishna Vepa
3
-0
/
+25
2009-04-02
Neterion: New driver: Driver version
Ramkrishna Vepa
1
-0
/
+23
2009-04-02
Neterion: New driver: Ethtool related
Ramkrishna Vepa
2
-0
/
+1215
2009-04-02
Neterion: New driver: Main entry points
Ramkrishna Vepa
2
-0
/
+5059
2009-04-02
Neterion: New driver: Traffic & alarm handler
Ramkrishna Vepa
2
-0
/
+4937
2009-04-02
Neterion: New driver: Hardware init & configuration
Ramkrishna Vepa
2
-0
/
+7523
2009-04-02
Neterion: New driver: register set - vxge-reg.h
Ramkrishna Vepa
1
-0
/
+4608
2009-04-02
Neterion: New driver: Update Maintainer list
Ramkrishna Vepa
1
-2
/
+5
2009-04-02
Neterion: Driver help file
Ramkrishna Vepa
1
-0
/
+100
2009-03-31
sfc: Call netif_napi_add() before registering our interrupt handler
Ben Hutchings
1
-4
/
+3
2009-03-31
core: remove pointless conditional before kfree()
Wei Yongjun
1
-2
/
+1
2009-03-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswin...
David S. Miller
14
-2658
/
+2628
2009-03-31
ipv4: remove unused parameter from tcp_recv_urg().
Rami Rosen
1
-3
/
+2
2009-03-31
ETHOC: fix build breakage on s390
Heiko Carstens
1
-1
/
+1
2009-03-30
smc91c92_cs: use request_firmware
Jaswinder Singh Rajput
5
-370
/
+222
2009-03-30
3C359: use request_firmware
Jaswinder Singh Rajput
6
-1596
/
+1651
2009-03-30
yam: use request_firmware
Jaswinder Singh Rajput
7
-692
/
+755
2009-03-29
wireless: remove duplicated .ndo_set_mac_address
Alexander Beregalov
4
-5
/
+0
2009-03-29
netfilter: xtables: fix IPv6 dependency in the cluster match
Pablo Neira Ayuso
1
-2
/
+9
2009-03-29
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1572
-37942
/
+97654
2009-03-29
tg3: Add GRO support.
David S. Miller
1
-2
/
+2
2009-03-29
niu: Add GRO support.
David S. Miller
1
-5
/
+7
2009-03-29
ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().
David S. Miller
1
-5
/
+6
2009-03-29
gianfar: Fix use-after-of_node_put() in gfar_of_init().
David S. Miller
1
-1
/
+1
2009-03-28
kernel: remove HIPQUAD()
Harvey Harrison
1
-12
/
+0
2009-03-28
netpoll: store local and remote ip in net-endian
Harvey Harrison
3
-23
/
+20
2009-03-28
netfilter: fix endian bug in conntrack printks
Harvey Harrison
1
-7
/
+8
2009-03-28
dmascc: fix incomplete conversion to network_device_ops
Alexander Beregalov
1
-1
/
+1
2009-03-28
gso: Fix support for linear packets
Herbert Xu
1
-1
/
+1
[next]