index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
2013-06-20
31
-59
/
+3
*
bonding: trivial: make alb use bond_slave_has_mac()
Veaceslav Falico
2013-06-20
1
-42
/
+11
*
be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()
Sathya Perla
2013-06-20
1
-27
/
+4
*
bnx2x: replace mechanism to check for next available packet
Dmitry Kravkov
2013-06-20
4
-37
/
+42
*
bnx2x: add support for ndo_ll_poll
Dmitry Kravkov
2013-06-20
4
-11
/
+208
*
net/mlx4_en: Low Latency recv statistics
Amir Vadai
2013-06-20
3
-1
/
+29
*
net/mlx4_en: Add Low Latency Socket (LLS) support
Amir Vadai
2013-06-20
4
-4
/
+178
*
ip_tunnels: extend iptunnel_xmit()
Pravin B Shelar
2013-06-20
1
-24
/
+8
*
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
Sergei Shtylyov
2013-06-20
2
-3
/
+4
*
sh_eth: cleanup 'enum TD_STS_BIT'
Sergei Shtylyov
2013-06-20
1
-4
/
+4
*
sh_eth: remove redundant bits from 'eesipr_value' field initializer
Sergei Shtylyov
2013-06-20
1
-1
/
+1
*
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
Sergei Shtylyov
2013-06-20
2
-17
/
+0
*
sh_eth: add NAPI support
Sergei Shtylyov
2013-06-20
2
-12
/
+74
*
sh_eth: define/use EESR_RX_CHECK macro
Sergei Shtylyov
2013-06-20
2
-11
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-20
161
-665
/
+5855
|
\
|
*
vxlan: fix check for migration of static entry
stephen hemminger
2013-06-19
1
-1
/
+1
|
*
can: usb_8dev: unregister netdev before free()ing
Marc Kleine-Budde
2013-06-19
1
-1
/
+4
|
*
net: cpsw: check for cpts pointer after its allocation
Sebastian Siewior
2013-06-18
1
-1
/
+1
|
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2013-06-18
11
-35
/
+37
|
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-17
11
-35
/
+37
|
|
|
\
|
|
|
*
brcmfmac: free primary net_device when brcmf_bus_start() fails
Arend van Spriel
2013-06-13
1
-0
/
+4
|
|
|
*
Bluetooth: btmrvl: fix thread stopping race
Daniel Drake
2013-06-13
1
-5
/
+4
|
|
|
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2013-06-12
5
-3
/
+7
|
|
|
|
\
|
|
|
|
*
iwlwifi: fix rate control regression
Moshe Benji
2013-06-12
2
-1
/
+2
|
|
|
|
*
iwlwifi: mvm: correctly set the flags for BAR
Emmanuel Grumbach
2013-06-04
1
-1
/
+2
|
|
|
|
*
iwlwifi: dvm: fix chain noise calibration
Nikolay Martynov
2013-06-04
1
-1
/
+1
|
|
|
|
*
iwlwifi: don't print module loading error if not modular
Johannes Berg
2013-06-04
1
-0
/
+2
|
|
|
*
|
rt2800: fix RT5390 & RT3290 TX power settings regression
Stanislaw Gruszka
2013-06-12
1
-11
/
+18
|
|
|
*
|
brcmsmac: disable power-save related functions
Arend van Spriel
2013-06-12
1
-15
/
+2
|
|
|
*
|
iwlegacy: fix rate control regression
Stanislaw Gruszka
2013-06-12
2
-1
/
+2
|
*
|
|
|
alx: add a simple AR816x/AR817x device driver
Johannes Berg
2013-06-18
9
-0
/
+4568
|
*
|
|
|
Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()
Haiyang Zhang
2013-06-18
1
-1
/
+3
|
*
|
|
|
vxlan: handle skb_clone failure
stephen hemminger
2013-06-18
1
-3
/
+5
|
*
|
|
|
vxlan: only migrate dynamic FDB entries
stephen hemminger
2013-06-18
1
-4
/
+12
|
*
|
|
|
vxlan: fix race between flush and incoming learning
stephen hemminger
2013-06-18
1
-7
/
+9
|
|
/
/
/
|
*
|
|
lseek(fd, n, SEEK_END) does *not* go to eof - n
Al Viro
2013-06-16
4
-4
/
+4
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-06-15
11
-29
/
+74
|
|
\
\
\
|
|
*
|
|
netiucv: Hold rtnl between name allocation and device registration.
Benjamin Poirier
2013-06-14
1
-1
/
+5
|
|
*
|
|
tulip: Properly check dma mapping result
Neil Horman
2013-06-14
1
-0
/
+6
|
|
*
|
|
net: sh_eth: fix incorrect RX length error if R8A7740
Yoshihiro Shimoda
2013-06-13
1
-4
/
+11
|
|
*
|
|
drivers: net: davinci_mdio: restore mdio clk divider in mdio resume
Mugunthan V N
2013-06-13
1
-4
/
+1
|
|
*
|
|
drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driver
Mugunthan V N
2013-06-13
1
-2
/
+2
|
|
*
|
|
tg3: Wait for boot code to finish after power on
Nithin Sujir
2013-06-13
1
-0
/
+10
|
|
*
|
|
bonding: fix igmp_retrans type and two related races
Nikolay Aleksandrov
2013-06-13
2
-5
/
+12
|
|
*
|
|
bonding: reset master mac on first enslave failure
Nikolay Aleksandrov
2013-06-13
1
-0
/
+4
|
|
*
|
|
net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used
Dinh Nguyen
2013-06-13
1
-1
/
+1
|
|
*
|
|
be2net: Fix 32-bit DMA Mask handling
Somnath Kotur
2013-06-13
1
-0
/
+3
|
|
*
|
|
xen-netback: don't de-reference vif pointer after having called xenvif_put()
Jan Beulich
2013-06-13
1
-5
/
+6
|
|
*
|
|
macvlan: don't touch promisc without passthrough
Michael S. Tsirkin
2013-06-13
1
-7
/
+13
|
*
|
|
|
Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-06-15
3
-2
/
+5
|
|
\
\
\
\
[next]