index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
54
-143
/
+202
*
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
Rick Jones
2011-11-16
7
-19
/
+22
*
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
2011-11-16
5
-0
/
+41
*
mdio-gpio: Add reset functionality to mdio-gpio driver(v2).
Srinivas Kandagatla
2011-11-15
2
-0
/
+10
*
bnx2x: add endline at end of message
Dmitry Kravkov
2011-11-14
1
-1
/
+1
*
net/can/mscan: Fix buggy listen only mode setting
Wolfgang Grandegger
2011-11-14
1
-1
/
+1
*
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
2011-11-14
9
-55
/
+54
*
bnx2x: uses build_skb() in receive path
Eric Dumazet
2011-11-14
5
-169
/
+171
*
net: fsl_pq_mdio: fix non tbi phy access
Baruch Siach
2011-11-14
1
-6
/
+6
*
net/can/mscan: add listen only mode
Marc Kleine-Budde
2011-11-14
1
-2
/
+6
*
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
2011-11-14
17
-60
/
+74
*
fsl_pq_mdio: Clean up tbi address configuration
Andy Fleming
2011-11-14
1
-45
/
+8
*
net-forcedeth: Add internal loopback support for forcedeth NICs.
Sanjay Hortikar
2011-11-14
1
-1
/
+155
*
net: introduce ethernet teaming device
Jiri Pirko
2011-11-13
7
-0
/
+1880
*
bnx2x: update driver version to 1.70.35-0
Dmitry Kravkov
2011-11-13
1
-2
/
+2
*
bnx2x: Remove on-stack napi struct variable
Ariel Elior
2011-11-13
1
-5
/
+7
*
bnx2x: prevent race in statistics flow
Dmitry Kravkov
2011-11-13
1
-1
/
+3
*
bnx2x: add fan failure event handling
Ariel Elior
2011-11-13
2
-1
/
+26
*
bnx2x: remove unused #define
Dmitry Kravkov
2011-11-13
1
-7
/
+0
*
bnx2x: simplify definition of RX_SGE_MASK_LEN and use it.
Dmitry Kravkov
2011-11-13
2
-4
/
+2
*
bnx2x: DCBX: use #define instead of magic
Dmitry Kravkov
2011-11-13
2
-4
/
+6
*
bnx2x: propagate DCBX negotiation
Dmitry Kravkov
2011-11-13
4
-46
/
+90
*
bnx2x: separate FCoE and iSCSI license initialization.
Dmitry Kravkov
2011-11-13
3
-11
/
+46
*
bnx2x: remove unused variable
Dmitry Kravkov
2011-11-13
1
-3
/
+1
*
bnx2x: use rx_queue index for skb_record_rx_queue()
Dmitry Kravkov
2011-11-13
4
-2
/
+4
*
bnx2x: allow FCoE and DCB for 578xx
Dmitry Kravkov
2011-11-13
2
-3
/
+3
*
be2net: stop issuing FW cmds if any cmd times out
Sathya Perla
2011-11-12
3
-19
/
+20
*
be2net: don't log more than one error on detecting EEH/UE errors
Sathya Perla
2011-11-12
2
-13
/
+5
*
be2net: stop checking the UE registers after an EEH error
Sathya Perla
2011-11-12
1
-2
/
+4
*
be2net: init (vf)_if_handle/vf_pmac_id to handle failure scenarios
Sathya Perla
2011-11-12
4
-34
/
+42
*
ll_temac: Add support for phy_mii_ioctl
Ricardo Ribalda
2011-11-08
1
-0
/
+14
*
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
2011-11-08
38
-136
/
+166
*
net: better pcpu data alignment
Eric Dumazet
2011-11-08
1
-1
/
+1
*
sunhme: Allow usage on SBI based SBus systems
oftedal
2011-11-08
1
-1
/
+1
*
Fix incorrect usage of NET_IP_ALIGN
Nico Erfurth
2011-11-08
1
-3
/
+4
*
r8169: increase the delay parameter of pm_schedule_suspend
hayeswang
2011-11-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-11-07
29
-244
/
+274
|
\
|
*
forcedeth: fix a few sparse warnings (variable shadowing)
david decotigny
2011-11-07
1
-17
/
+17
|
*
forcedeth: Improve stats counters
Mandeep Baines
2011-11-07
1
-0
/
+4
|
*
forcedeth: remove unneeded stats updates
david decotigny
2011-11-07
1
-34
/
+1
|
*
forcedeth: Acknowledge only interrupts that are being processed
Mike Ditto
2011-11-07
1
-5
/
+8
|
*
forcedeth: fix race when unloading module
david decotigny
2011-11-07
1
-1
/
+1
|
*
usbnet: fix oops in usbnet_start_xmit
Konstantin Khlebnikov
2011-11-07
1
-1
/
+2
|
*
ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined
Rose, Gregory V
2011-11-07
2
-2
/
+4
|
*
bonding: comparing a u8 with -1 is always false
Dan Carpenter
2011-11-04
2
-4
/
+4
|
*
sky2: fix regression on Yukon Optima
stephen hemminger
2011-11-04
1
-11
/
+0
|
*
i825xx:xscale:8390:freescale: Fix Kconfig dependancies
Jeff Kirsher
2011-11-04
3
-4
/
+10
|
*
macvlan: receive multicast with local address
stephen hemminger
2011-11-04
1
-0
/
+7
|
*
tg3: Update version to 3.121
Matt Carlson
2011-11-04
1
-2
/
+2
|
*
tg3: Eliminate timer race with reset_task
Matt Carlson
2011-11-04
2
-13
/
+2
[next]