index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
3c59x: Add BQL support for 3c59x ethernet driver.
Loganaden Velvindron
2015-08-24
1
-3
/
+20
*
NET: nps_enet: minor namespace cleanup
Noam Camus
2015-08-24
1
-3
/
+4
*
NET: nps_enet: TX done acknowledge.
Noam Camus
2015-08-24
1
-0
/
+3
*
NET: nps_enet: drop control frames
Noam Camus
2015-08-24
1
-4
/
+4
*
NET: nps_enet: TX done race condition
Noam Camus
2015-08-24
1
-7
/
+3
*
NET: nps_enet: replace use of cause register
Noam Camus
2015-08-24
2
-24
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-21
3
-5
/
+9
|
\
|
*
be2net: avoid vxlan offloading on multichannel configs
Ivan Vecera
2015-08-17
1
-2
/
+2
|
*
net: ethernet: micrel: fix an error code
Dan Carpenter
2015-08-17
1
-3
/
+2
|
*
gianfar: Restore link state settings after MAC reset
Claudiu Manoil
2015-08-14
1
-0
/
+5
*
|
enic: Fix build failure with SRIOV disabled.
David S. Miller
2015-08-21
1
-1
/
+1
*
|
net: xgene Remove xgene specific phy and MAC lookup functions
Jeremy Linton
2015-08-20
1
-36
/
+2
*
|
smsc911x: Remove dev==NULL check.
Jeremy Linton
2015-08-20
1
-3
/
+0
*
|
bnx2x: Fix vxlan endianity issue
Yuval Mintz
2015-08-20
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-08-19
14
-59
/
+236
|
\
\
|
*
|
ixgbe: TRIVIAL fix up double 'the' and comment style
Jacob Keller
2015-08-18
1
-2
/
+1
|
*
|
ixgbe: Simplify port-specific macros
Mark Rustad
2015-08-18
1
-9
/
+9
|
*
|
igb: make sure SR-IOV init uses the right number of queues
Todd Fujinaka
2015-08-18
1
-2
/
+7
|
*
|
igbvf: clear buffer_info->dma after dma_unmap_single()
Stefan Assmann
2015-08-18
1
-0
/
+1
|
*
|
igb: Fix a memory leak in igb_probe
Jia-Ju Bai
2015-08-18
1
-0
/
+1
|
*
|
e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...
Jia-Ju Bai
2015-08-18
1
-12
/
+12
|
*
|
igb: Fix a deadlock in igb_sriov_reinit
Jia-Ju Bai
2015-08-18
1
-0
/
+1
|
*
|
e100: Release skb when DMA mapping is failed in e100_xmit_prepare
Jia-Ju Bai
2015-08-18
1
-1
/
+4
|
*
|
e100: Add a check after pci_pool_create to avoid null pointer dereference
Jia-Ju Bai
2015-08-18
1
-0
/
+7
|
*
|
igb: Teardown SR-IOV before unregister_netdev()
Alex Williamson
2015-08-18
1
-4
/
+4
|
*
|
igb: add support for 1512 PHY
Todd Fujinaka
2015-08-18
4
-5
/
+114
|
*
|
igb: implement high frequency periodic output signals
Richard Cochran
2015-08-18
2
-20
/
+54
|
*
|
igb: do not re-init SR-IOV during probe
Stefan Assmann
2015-08-18
1
-1
/
+1
|
*
|
igb: missing rtnl_unlock in igb_sriov_reinit()
Vasily Averin
2015-08-18
1
-0
/
+1
|
*
|
igb: Fix oops caused by missing queue pairing
Shota Suzuki
2015-08-18
3
-3
/
+19
*
|
|
cxgb4: memory corruption in debugfs
Dan Carpenter
2015-08-19
1
-5
/
+6
*
|
|
enic: Fix namespace pollution causing build errors.
David S. Miller
2015-08-18
3
-7
/
+7
*
|
|
bnx2x: Add vxlan RSS support
Rajesh Borundia
2015-08-18
4
-0
/
+123
|
/
/
*
|
enic: Fix sparse warning in vnic_devcmd_init().
David S. Miller
2015-08-18
1
-1
/
+1
*
|
mlx5e: Fix sparse warnings in mlx5e_handle_csum().
David S. Miller
2015-08-18
1
-1
/
+1
*
|
net/mlx5e: Support RX CHECKSUM_COMPLETE
Achiad Shochat
2015-08-18
3
-12
/
+43
*
|
net/mlx5e: Support ethtool get/set_pauseparam
Achiad Shochat
2015-08-18
2
-0
/
+80
*
|
net/mlx5e: Ethtool link speed setting fixes
Achiad Shochat
2015-08-18
2
-22
/
+17
*
|
net/mlx5e: HW LRO changes/fixes
Achiad Shochat
2015-08-18
3
-4
/
+5
*
|
net/mlx5e: Support smaller RX/TX ring sizes
Achiad Shochat
2015-08-18
1
-2
/
+2
*
|
net/mlx5e: Add ethtool RSS configuration options
Achiad Shochat
2015-08-18
3
-11
/
+74
*
|
net/mlx5e: Make RSS indirection table size a constant
Achiad Shochat
2015-08-18
2
-35
/
+30
*
|
net/mlx5e: Have a single RSS Toeplitz hash key
Achiad Shochat
2015-08-18
2
-1
/
+5
*
|
enic: add devcmd2
Govindarajulu Varadarajan
2015-08-18
7
-12
/
+222
*
|
enic: add devcmd2 resources
Govindarajulu Varadarajan
2015-08-18
4
-0
/
+42
*
|
enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>
Govindarajulu Varadarajan
2015-08-18
6
-31
/
+54
*
|
enic: move struct definition from .c to .h file
Govindarajulu Varadarajan
2015-08-18
2
-40
/
+39
*
|
smsc911x: Fix crash seen if neither ACPI nor OF is configured or used
Guenter Roeck
2015-08-17
1
-1
/
+6
*
|
bnx2: Fix bandwidth allocation for some MF modes
Yuval Mintz
2015-08-17
3
-2
/
+6
*
|
cxgb4: Add MPS tracing support
Hariprasad Shenai
2015-08-14
4
-0
/
+475
[next]