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
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-22
ptp: link the phc device to its parent device
Richard Cochran
5
-5
/
+8
2012-09-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2
-256
/
+122
2012-09-22
can: sja1000: Add support for listen-only mode and one-shot mode
Andreas Larsson
1
-7
/
+24
2012-09-22
igb: Use dma_unmap_addr and dma_unmap_len defines
Alexander Duyck
2
-34
/
+34
2012-09-22
igb: Simplify how we populate the RSS key
Alexander Duyck
1
-12
/
+6
2012-09-22
igb: Change how we populate the RSS indirection table
Alexander Duyck
1
-29
/
+26
2012-09-22
igb: Change Tx cleanup loop to do/while instead of for
Alexander Duyck
1
-12
/
+16
2012-09-22
igb: Remove logic that was doing NUMA pseudo-aware allocations
Alexander Duyck
2
-85
/
+13
2012-09-22
igb: Fix stats output on i210/i211 parts.
Carolyn Wyborny
1
-1
/
+5
2012-09-22
igb: Change how we check for pre-existing and assigned VFs
Stefan Assmann
2
-83
/
+22
2012-09-21
can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()
Wei Yongjun
1
-2
/
+2
2012-09-21
can: usb: peak: rename peak_usb dump_mem function
Randy Dunlap
3
-9
/
+9
2012-09-21
can: c_can: Adopt pinctrl support
AnilKumar Ch
1
-0
/
+7
2012-09-21
can: c_can: Add d_can suspend resume support
AnilKumar Ch
3
-0
/
+148
2012-09-21
can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller
AnilKumar Ch
3
-2
/
+49
2012-09-21
can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller
AnilKumar Ch
1
-17
/
+38
2012-09-21
can: c_can: Modify c_can device names
AnilKumar Ch
3
-13
/
+16
2012-09-21
sunbmac: Remove unused local variable.
David S. Miller
1
-1
/
+0
2012-09-21
team: send port changed when added
Jiri Pirko
1
-8
/
+25
2012-09-21
net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200
Bjørn Mork
1
-3
/
+8
2012-09-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
9
-11
/
+105
2012-09-20
net1080: Neaten netdev_dbg use
Joe Perches
1
-5
/
+2
2012-09-20
USB: remove dbg() usage in USB networking drivers
Greg Kroah-Hartman
6
-137
/
+152
2012-09-20
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
16
-34
/
+1666
2012-09-20
ixgbevf: scheduling while atomic in reset hw path
John Fastabend
1
-1
/
+1
2012-09-20
ixgbevf: Add support for VF API negotiation
Alexander Duyck
5
-2
/
+83
2012-09-20
igb: Support to enable EEE on all eee_supported devices
Akeem G. Abodunrin
3
-5
/
+16
2012-09-20
igb: Remove artificial restriction on RQDPC stat reading
Alexander Duyck
1
-3
/
+5
2012-09-19
r8169: use unlimited DMA burst for TX
Michal Schmidt
1
-1
/
+1
2012-09-19
netdev: make address const in device address management
stephen hemminger
2
-4
/
+4
2012-09-19
i825xx: znet: fix compiler warnings when building a 64-bit kernel
Mika Westerberg
1
-2
/
+2
2012-09-19
sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request
Ben Hutchings
2
-0
/
+10
2012-09-19
sfc: Bump version to 3.2
Ben Hutchings
1
-1
/
+1
2012-09-19
sfc: Expose FPGA bitfile partition through MTD
Ben Hutchings
1
-1
/
+3
2012-09-19
sfc: Support variable-length response to MCDI GET_BOARD_CFG
Ben Hutchings
2
-3
/
+6
2012-09-19
sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()
Ben Hutchings
1
-7
/
+11
2012-09-19
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
11
-1
/
+1562
2012-09-19
sfc: Fix maximum array sizes for various MCDI commands
Ben Hutchings
1
-14
/
+14
2012-09-17
igb: Add 1588 support to I210/I211.
Matthew Vick
2
-45
/
+174
2012-09-17
igb: Prevent dropped Tx timestamps via work items and interrupts.
Matthew Vick
5
-25
/
+153
2012-09-17
igb: Store the MAC address in the name in the PTP struct.
Matthew Vick
1
-4
/
+3
2012-09-17
igb: Correct PTP support query from ethtool.
Matthew Vick
1
-24
/
+38
2012-09-17
igb: Update PTP function names/variables and locations.
Matthew Vick
4
-395
/
+398
2012-09-17
igb: Tidy up wrapping for CONFIG_IGB_PTP.
Matthew Vick
3
-10
/
+25
2012-09-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
108
-866
/
+3380
2012-09-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
6
-64
/
+423
2012-09-15
ixgbe: Improve statistics accuracy for DDP traffic
Mark Rustad
1
-16
/
+16
2012-09-15
ixgbe: added reg_ops file to debugfs
Catherine Sullivan
1
-0
/
+118
2012-09-15
ixgbe: added netdev_ops file to debugfs
Catherine Sullivan
1
-2
/
+105
2012-09-15
ixgbe: add debugfs support
Catherine Sullivan
4
-2
/
+106
[next]