index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-28
sfc: Change falcon_probe_board() to fail for unsupported boards
Ben Hutchings
3
-12
/
+7
2010-04-28
sfc: Always close net device at the end of a disabling reset
Ben Hutchings
1
-2
/
+2
2010-04-28
sfc: Wait at most 10ms for the MC to finish reading out MAC statistics
Ben Hutchings
1
-2
/
+11
2010-04-28
net/usb: add sierra_net.c driver
Elina Pasheva
3
-0
/
+1012
2010-04-28
cdc_ether: fix autosuspend for mbm devices
Torgny Johansson
1
-0
/
+1
2010-04-28
gianfar: Wait for both RX and TX to stop
Andy Fleming
1
-3
/
+3
2010-04-28
ipheth: potential null dereferences on error path
Dan Carpenter
1
-7
/
+8
2010-04-28
smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()
Ken Kawasaki
1
-10
/
+21
2010-04-28
drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad...
Andreas Hartmann
1
-0
/
+1
2010-04-28
bnx2: Update version to 2.0.9.
Michael Chan
1
-2
/
+2
2010-04-28
bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan.
Michael Chan
1
-18
/
+20
2010-04-28
bnx2: Fix lost MSI-X problem on 5709 NICs.
Michael Chan
1
-1
/
+5
2010-04-27
cxgb3: Wait longer for control packets on initialization
Andre Detsch
1
-1
/
+1
2010-04-27
e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata
Bruce Allan
3
-40
/
+55
2010-04-27
ixgbe: Power down PHY during driver resets
Peter Waskiewicz
3
-24
/
+62
2010-04-27
r8169: more broken register writes workaround
françois romieu
1
-0
/
+5
2010-04-27
r8169: failure to enable mwi should not be fatal
françois romieu
1
-14
/
+13
2010-04-26
tg3: Fix INTx fallback when MSI fails
Andre Detsch
1
-0
/
+1
2010-04-25
e100: Fix the TX workqueue race
Alan Cox
1
-2
/
+8
2010-04-24
gianfar: Fix potential oops during OF address translation
Anton Vorontsov
1
-5
/
+1
2010-04-24
fsl_pq_mdio: Fix kernel oops during OF address translation
Anton Vorontsov
1
-6
/
+14
2010-04-22
drivers/net/usb: Add new driver ipheth
Diego Giagio
4
-0
/
+582
2010-04-22
cxgb3: fix linkup issue
Hiroshi Shimamoto
1
-1
/
+1
2010-04-22
KS8851: NULL pointer dereference if list is empty
Abraham Arce
1
-5
/
+7
2010-04-22
net: 3c574_cs fix stats.tx_bytes counter
Alexander Kurz
1
-2
/
+5
2010-04-22
can: Fix possible NULL pointer dereference in ems_usb.c
Hans J. Koch
1
-4
/
+4
2010-04-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
7
-15
/
+29
2010-04-20
8139too: Fix a typo in the function name.
Alexander Kuznetsov
1
-1
/
+1
2010-04-17
WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.
Krzysztof Halasa
1
-0
/
+6
2010-04-17
iwlwifi: correct 6000 EEPROM regulatory address
Shanyu Zhao
2
-2
/
+6
2010-04-17
iwlwifi: fix scan races
Johannes Berg
5
-13
/
+23
2010-04-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-0
/
+12
2010-04-14
tun: orphan an skb on tx
Michael S. Tsirkin
1
-0
/
+4
2010-04-14
forcedeth: fix tx limit2 flag check
Ayaz Abdulla
1
-1
/
+1
2010-04-13
smc91c92_cs: define multicast_table as unsigned char
Ken Kawasaki
1
-7
/
+6
2010-04-13
e1000e: stop cleaning when we reach tx_ring->next_to_use
Terry Loftin
1
-0
/
+2
2010-04-13
igb: restrict WoL for 82576 ET2 Quad Port Server Adapter
Stefan Assmann
2
-0
/
+2
2010-04-13
virtio_net: missing sg_init_table
Shirley Ma
1
-0
/
+2
2010-04-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
445
-117
/
+377
2010-04-09
iwlwifi: work around bogus active chains detection
Johannes Berg
1
-0
/
+12
2010-04-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-4
/
+9
2010-04-09
iwlwifi: need check for valid qos packet before free
Wey-Yi Guy
1
-4
/
+9
2010-04-08
myri10ge: fix rx_pause in myri10ge_set_pauseparam
Brice Goglin
1
-1
/
+1
2010-04-08
stmmac: use resource_size()
Dan Carpenter
1
-5
/
+5
2010-04-08
cnic: Fix crash during bnx2x MTU change.
Michael Chan
1
-5
/
+5
2010-04-08
qlcnic: fix set mac addr
Amit Kumar Salecha
1
-0
/
+3
2010-04-08
r6040: fix r6040_multicast_list
Florian Fainelli
1
-7
/
+4
2010-04-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
5
-51
/
+130
2010-04-06
ath9k: fix double calls to ath_radio_enable
Felix Fietkau
1
-2
/
+1
2010-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
32
-53
/
+13998
[next]