index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
18
-80
/
+80
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-96
/
+165
2014-03-14
i40e/i40evf: Use dma_set_mask_and_coherent
Mitch Williams
2
-21
/
+12
2014-03-14
i40e/i40evf: Use correct number of VF vectors
Mitch Williams
2
-5
/
+6
2014-03-14
i40e: Let MDD events be handled by MDD handler
Anjali Singhai Jain
1
-2
/
+1
2014-03-14
i40e: Bug fix for FDIR replay logic
Anjali Singhai Jain
1
-2
/
+4
2014-03-14
i40e: Add code to handle FD table full condition
Anjali Singhai Jain
5
-17
/
+135
2014-03-14
i40e: Define a new state variable to keep track of feature auto disable
Anjali Singhai Jain
1
-0
/
+3
2014-03-14
i40e: Fix function comments
Akeem G Abodunrin
1
-1
/
+1
2014-03-14
i40e: simplified init string
Jesse Brandeburg
1
-0
/
+41
2014-03-14
i40e: cleanup strings
Jesse Brandeburg
2
-31
/
+24
2014-03-14
i40e: make string references to q be queue
Jesse Brandeburg
1
-6
/
+5
2014-03-14
i40e/i40evf: Some flow director HW definition fixes
Anjali Singhai Jain
2
-2
/
+10
2014-03-14
i40e: Fix a bug in the update logic for FDIR SB filter.
Anjali Singhai Jain
1
-5
/
+22
2014-03-14
i40e: delete netdev after deleting napi and vectors
Shannon Nelson
1
-2
/
+4
2014-03-14
igb: Fix code comment
Jeff Kirsher
1
-1
/
+1
2014-03-13
sh_eth: update OF PHY registeration
Ben Dooks
1
-20
/
+39
2014-03-13
eth: fec: Fix lost promiscuous mode after reconnecting cable
Stefan Wahren
1
-7
/
+7
2014-03-13
bcm63xx_enet: Stop pretending to support netpoll
Eric W. Biederman
1
-3
/
+0
2014-03-13
8139cp: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-4
/
+1
2014-03-13
bnx2: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
David S. Miller
29
-51
/
+132
2014-03-13
cxgb4: Calculate len properly for LSO path
Kumar Sanghvi
1
-1
/
+1
2014-03-13
cxgb4: Updates for T5 SGE's Egress Congestion Threshold
Kumar Sanghvi
2
-5
/
+19
2014-03-13
cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck
Kumar Sanghvi
2
-20
/
+79
2014-03-13
cxgb4: Add code to dump SGE registers when hitting idma hangs
Kumar Sanghvi
3
-0
/
+110
2014-03-13
cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB
Kumar Sanghvi
1
-2
/
+10
2014-03-13
net/mlx4_en: Deregister multicast vxlan steering rules when going down
Or Gerlitz
1
-0
/
+2
2014-03-12
ixgbevf: delete unneeded call to pci_set_power_state
Julia Lawall
1
-1
/
+0
2014-03-12
ixgbe: fix some multiline hw_dbg prints
Jacob Keller
1
-5
/
+3
2014-03-12
ixgbe: fixup header for ixgbe_set_rxpba_82598
Jacob Keller
1
-7
/
+7
2014-03-12
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
23
-0
/
+23
2014-03-12
ixgbe: move setting rx_pb_size into get_invariants
Jacob Keller
3
-4
/
+3
2014-03-12
ixgbe: Fix format string in ixgbe_fcoe.c
Masanari Iida
1
-1
/
+1
2014-03-12
net: ixgbe calls skb_set_hash
Tom Herbert
1
-1
/
+3
2014-03-12
igb: Fix for devices using ethtool for EEE settings
Carolyn Wyborny
4
-30
/
+88
2014-03-12
net: igb calls skb_set_hash
Tom Herbert
1
-1
/
+3
2014-03-12
net: e1000e calls skb_set_hash
Tom Herbert
1
-1
/
+1
2014-03-12
gianfar: Carefully free skbs in functions called by netpoll.
Eric W. Biederman
1
-2
/
+2
2014-03-12
benet: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-12
mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-12
ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-3
/
+3
2014-03-12
tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-7
/
+7
2014-03-12
bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-3
/
+3
2014-03-12
r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-3
/
+3
2014-03-12
8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-2
/
+2
2014-03-12
8139cp: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-12
be2net: update driver version to 10.2
Sathya Perla
1
-1
/
+1
2014-03-12
be2net: Fix vlans_added counter
Vasundhara Volam
1
-2
/
+5
2014-03-12
be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfaces
Vasundhara Volam
1
-3
/
+7
[next]