index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: Added ASSERT_RTNL() to dev_open() and dev_close().
Ben Hutchings
2008-05-08
1
-0
/
+4
*
can: Fix can_send() handling on dev_queue_xmit() failures
Oliver Hartkopp
2008-05-08
1
-4
/
+12
*
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
2008-05-08
32
-390
/
+1193
|
\
|
*
e1000e: don't return half-read eeprom on error
Kok, Auke
2008-05-06
1
-1
/
+5
|
*
ucc_geth: Don't use RX clock as TX clock.
Joakim Tjernlund
2008-05-06
1
-1
/
+1
|
*
cxgb3: Use CAP_SYS_RAWIO for firmware
Alan Cox
2008-05-06
1
-2
/
+2
|
*
pcnet32: delete non NAPI code from driver.
Don Fry
2008-05-06
2
-71
/
+4
|
*
fs_enet: Fix a memory leak in fs_enet_mdio_probe
Scott Wood
2008-05-06
1
-1
/
+2
|
*
[netdrvr] eexpress: IPv6 fails - multicast problems
Bruce Robson
2008-05-06
1
-5
/
+6
|
*
3c59x: use netstats in net_device structure
Paulius Zaleckas
2008-05-06
1
-36
/
+35
|
*
3c980-TX needs EXTRA_PREAMBLE
Gunnar Larisch
2008-05-06
1
-1
/
+1
|
*
Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_...
Jeff Garzik
2008-05-06
6
-39
/
+148
|
|
\
|
|
*
mv643xx_eth: inter-mv643xx SMI port sharing
Lennert Buytenhek
2008-04-28
2
-16
/
+24
|
|
*
mv643xx_eth: shorten shared platform driver name
Lennert Buytenhek
2008-04-28
1
-2
/
+2
|
|
*
mv643xx_eth: configurable t_clk
Lennert Buytenhek
2008-04-28
2
-8
/
+10
|
|
*
mv643xx_eth: mbus decode window support
Lennert Buytenhek
2008-04-28
2
-0
/
+57
|
|
*
mv643xx_eth: get rid of static variables, allow multiple instances
Lennert Buytenhek
2008-04-28
6
-17
/
+59
|
*
|
fix warning in drivers/net/appletalk/cops.c
Jeff Garzik
2008-05-06
1
-11
/
+5
|
*
|
e1000e: Add support for BM PHYs on ICH9
Bruce Allan
2008-05-06
7
-21
/
+748
|
*
|
uli526x: fix endianness issues in the setup frame
Anton Vorontsov
2008-05-06
1
-12
/
+18
|
*
|
uli526x: initialize the hardware prior to requesting interrupts
Anton Vorontsov
2008-05-06
1
-4
/
+4
|
*
|
ucc_geth: Fix a bunch of sparse warnings
Andy Fleming
2008-05-06
4
-160
/
+174
|
*
|
phylib: Fix some sparse warnings
Andy Fleming
2008-05-06
2
-1
/
+6
|
*
|
gianfar: Fix a locking bug in gianfar's sysfs code
Andy Fleming
2008-05-06
3
-6
/
+12
|
*
|
bonding: fix enslavement error unwinds
Jay Vosburgh
2008-05-06
1
-7
/
+7
|
*
|
bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.
Pavel Emelyanov
2008-05-06
1
-2
/
+4
|
*
|
bonding: fix error unwind in bonding_store_bonds
Jay Vosburgh
2008-05-06
1
-8
/
+8
|
*
|
bonding: Do not call free_netdev for already registered device.
Pavel Emelyanov
2008-05-06
1
-1
/
+3
*
|
|
netns: Fix arbitrary net_device-s corruptions on net_ns stop.
Pavel Emelyanov
2008-05-08
1
-3
/
+5
*
|
|
netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol confi...
Patrick McHardy
2008-05-08
1
-0
/
+4
*
|
|
netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re...
Patrick McHardy
2008-05-08
2
-9
/
+14
*
|
|
macvlan: Fix memleak on device removal/crash on module removal
Patrick McHardy
2008-05-08
1
-1
/
+1
*
|
|
net/ipv4: correct RFC 1122 section reference in comment
J.H.M. Dassen (Ray)
2008-05-08
1
-1
/
+1
*
|
|
tcp FRTO: SACK variant is errorneously used with NewReno
Ilpo Järvinen
2008-05-08
1
-5
/
+8
|
/
/
*
|
net_cls_act: act_simple dont ignore realloc code
Jamal Hadi Salim
2008-05-06
1
-8
/
+9
*
|
iwlwifi: make IWLWIFI a tristate
Adrian Bunk
2008-05-06
1
-2
/
+1
*
|
Revert "atm: Do not free already unregistered net device."
David S. Miller
2008-05-06
1
-0
/
+2
*
|
dccp: return -EINVAL on invalid feature length
Chris Wright
2008-05-05
1
-1
/
+1
*
|
irda: fix !PNP support for drivers/net/irda/smsc-ircc2.c
Ingo Molnar
2008-05-05
1
-1
/
+4
*
|
irda: fix !PNP support in drivers/net/irda/nsc-ircc.c
Ingo Molnar
2008-05-05
1
-0
/
+6
*
|
net_cls_act: Make act_simple use of netlink policy.
Jamal Hadi Salim
2008-05-05
1
-18
/
+16
*
|
ip: Use inline function dst_metric() instead of direct access to dst->metric[]
Satoru SATOH
2008-05-04
4
-24
/
+25
*
|
ip: Make use of the inline function dst_metric_locked()
Satoru SATOH
2008-05-04
2
-2
/
+2
*
|
atm: Bad locking on br2684_devs modifications.
Pavel Emelyanov
2008-05-04
1
-2
/
+2
*
|
atm: Do not free already unregistered net device.
Pavel Emelyanov
2008-05-04
1
-2
/
+0
*
|
mac80211: Do not free net device after it is unregistered.
Pavel Emelyanov
2008-05-04
1
-2
/
+5
*
|
bridge: Consolidate error paths in br_add_bridge().
Pavel Emelyanov
2008-05-04
1
-8
/
+8
*
|
bridge: Net device leak in br_add_bridge().
Pavel Emelyanov
2008-05-04
1
-1
/
+3
*
|
niu: Fix probing regression for maramba on-board chips.
David S. Miller
2008-05-04
1
-4
/
+7
*
|
lapbeth: Release ->ethdev when unregistering device.
David S. Miller
2008-05-03
1
-0
/
+1
[prev]
[next]