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
2015-09-09
add microchip LAN88xx phy driver
Woojung.Huh@microchip.com
3
-0
/
+154
2015-09-09
stmmac: fix check for phydev being open
Alexey Brodkin
1
-1
/
+4
2015-09-09
net: qlcnic: delete redundant memsets
Rasmus Villemoes
3
-6
/
+0
2015-09-09
net: mv643xx_eth: use kzalloc
Rasmus Villemoes
1
-4
/
+1
2015-09-09
net: jme: use kzalloc() instead of kmalloc+memset
Rasmus Villemoes
1
-6
/
+2
2015-09-09
net: cavium: liquidio: use kzalloc in setup_glist()
Rasmus Villemoes
1
-2
/
+1
2015-09-09
net: ethoc: Remove unnecessary #ifdef CONFIG_OF
Tobias Klauser
1
-6
/
+1
2015-09-09
net: dsa: bcm_sf2: Fix 64-bits register writes
Florian Fainelli
1
-2
/
+2
2015-09-09
xen-netback: require fewer guest Rx slots when not using GSO
David Vrabel
2
-17
/
+16
2015-09-09
cxgb4: Fix for write-combining stats configuration
Hariprasad Shenai
1
-2
/
+5
2015-09-09
cxgb4: Fix tx flit calculation
Hariprasad Shenai
1
-1
/
+1
2015-09-09
net: eth: altera: Fix the initial device operstate
Atsushi Nemoto
1
-0
/
+1
2015-09-08
dm9000: fix a typo
Barry Song
1
-1
/
+1
2015-09-08
net: dsa: bcm_sf2: Fix ageing conditions and operation
Florian Fainelli
1
-4
/
+8
2015-09-08
usbnet: Fix a race between usbnet_stop() and the BH
Eugene Shatokhin
1
-11
/
+28
2015-09-06
cxgb4: fix usage of uninitialized variable
françois romieu
1
-11
/
+6
2015-09-06
fixed_phy: pass 'irq' to fixed_phy_add()
Sergei Shtylyov
1
-1
/
+1
2015-09-06
net: dsa: mv88e6171: add hardware 802.1Q support
Vivien Didelot
1
-0
/
+5
2015-09-06
ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2015-09-06
vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warning
Geert Uytterhoeven
1
-4
/
+2
2015-09-06
lan78xx: Fix ladv/radv error handling in lan78xx_link_reset()
Geert Uytterhoeven
1
-6
/
+5
2015-09-05
net: fec: normalize return value of pm_runtime_get_sync() in MDIO write
Maciej S. Szmigiero
1
-1
/
+3
2015-09-05
be2net: Revert "make the RX_FILTER command asynchronous" commit
Sathya Perla
1
-1
/
+1
2015-09-05
net: wan: sbni: fix device usage count
Sudip Mukherjee
1
-0
/
+2
2015-09-03
net: eth: altera: fix napi poll_list corruption
Atsushi Nemoto
1
-2
/
+1
2015-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
594
-12800
/
+53744
2015-09-02
net: fec: clear receive interrupts before processing a packet
Russell King
1
-0
/
+1
2015-09-02
xen-netback: add support for multicast control
Paul Durrant
4
-0
/
+137
2015-09-02
bgmac: Update fixed_phy_register()
Fabio Estevam
1
-1
/
+1
2015-09-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-139
/
+633
2015-09-01
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
3
-4
/
+4
2015-09-01
ixgbe: Resolve "initialized field overwritten" warnings
Mark Rustad
1
-1
/
+0
2015-09-01
ixgbe: Remove bimodal SR-IOV disabling
Alex Williamson
1
-6
/
+1
2015-09-01
ixgbe: Add support for reporting 2.5G link speed
Mark Rustad
2
-8
/
+26
2015-09-01
ixgbe: fix bounds checking in ixgbe_setup_tc for 82598
Emil Tantilov
1
-3
/
+4
2015-09-01
ixgbe: support for ethtool set_rxfh
Tom Barbette
3
-1
/
+49
2015-09-01
ixgbe: Avoid needless PHY access on copper phys
Mark Rustad
2
-21
/
+44
2015-09-01
ixgbe: cleanup to use cached mask value
Don Skidmore
1
-6
/
+1
2015-09-01
ixgbe: Remove second instance of lan_id variable
Don Skidmore
2
-4
/
+1
2015-09-01
ixgbe: use kzalloc for allocating one thing
Maninder Singh
1
-1
/
+1
2015-09-01
ixgbe: Remove unused PCI bus types
Don Skidmore
1
-2
/
+0
2015-09-01
ixgbe: add new bus type for intergrated I/O interface (IOSF)
Don Skidmore
3
-1
/
+12
2015-09-01
ixgbe: add get_bus_info method for X550
Don Skidmore
1
-0
/
+19
2015-09-01
ixgbe: Add support for entering low power link up state
Don Skidmore
3
-2
/
+185
2015-09-01
ixgbe: Add support for VXLAN RX offloads
Mark Rustad
4
-31
/
+127
2015-09-01
ixgbe: Add support for UDP-encapsulated tx checksum offload
Mark Rustad
1
-12
/
+54
2015-09-01
ixgbe: Check whether FDIRCMD writes actually complete
Mark Rustad
2
-24
/
+40
2015-09-01
ixgbe: Assign set_phy_power dynamically where needed
Don Skidmore
2
-2
/
+21
2015-09-01
ixgbe: add new function to check for management presence
Don Skidmore
3
-6
/
+18
2015-09-01
i40e: Set defport behavior for the Main VSI when in promiscuous mode
Anjali Singhai Jain
2
-8
/
+30
[next]