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
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-17
fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
Jacob Keller
2
-3
/
+3
2015-06-17
fm10k: pack TLV overlay structures
Jacob Keller
1
-4
/
+4
2015-06-17
fm10k: re-map all possible VF queues after a VFLR
Jacob Keller
1
-0
/
+6
2015-06-17
fm10k: force LPORT delete when updating VLAN or MAC address
Jacob Keller
1
-15
/
+23
2015-06-17
fm10k: use dma_set_mask_and_coherent in fm10k_probe
Jacob Keller
1
-18
/
+6
2015-06-17
fm10k: trivial fixup message style to include a colon
Jacob Keller
1
-1
/
+1
2015-06-17
fm10k: remove extraneous NULL check on l2_accel
Jacob Keller
1
-2
/
+1
2015-06-17
fm10k: use an unsigned int for i in ethtool_get_strings
Jacob Keller
1
-1
/
+1
2015-06-17
fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
Jacob Keller
1
-0
/
+1
2015-06-17
fm10k: fix incorrect free on skb in ts_tx_enqueue
Jacob Keller
1
-1
/
+1
2015-06-17
fm10k: move setting shinfo inside ts_tx_enqueue
Jacob Keller
1
-3
/
+3
2015-06-17
fm10k: use correct ethernet driver Tx timestamp function
Jacob Keller
1
-2
/
+3
2015-06-17
fm10k: ignore invalid multicast address entries
Jacob Keller
1
-7
/
+1
2015-06-17
fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
Alexander Duyck
1
-46
/
+20
2015-06-15
sfc: mark state UNINIT after unregister
Edward Cree
1
-0
/
+1
2015-06-15
net/mlx4_en: Support ndo_get_vf_stats
Eran Ben Elisha
4
-0
/
+90
2015-06-15
net/mlx4_en: Show PF own statistics via ethtool
Eran Ben Elisha
5
-3
/
+49
2015-06-15
net/mlx4_core: Add helper to query counters
Eran Ben Elisha
1
-0
/
+57
2015-06-15
net/mlx4_core: Allocate default counter per port
Eran Ben Elisha
5
-4
/
+76
2015-06-15
net/mlx4_core: Add port attribute when tracking counters
Eran Ben Elisha
1
-3
/
+87
2015-06-15
net/mlx4_core: Adjust counter grant policy in the resource tracker
Eran Ben Elisha
1
-4
/
+31
2015-06-15
net/mlx4_core: Remove counters table allocation from VF flow
Eran Ben Elisha
1
-7
/
+18
2015-06-15
net/mlx4_core: Add sink counter
Eran Ben Elisha
2
-5
/
+8
2015-06-15
net/mlx4_core: Reset counters data when freed
Eran Ben Elisha
2
-0
/
+23
2015-06-15
net/mlx4_core: Check before cleaning counters bitmap
Eran Ben Elisha
1
-0
/
+6
2015-06-15
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
1
-1
/
+1
2015-06-15
net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configuration
Or Gerlitz
1
-0
/
+8
2015-06-15
rocker: move port stop to 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-15
rocker: move MAC learn event back to 'no wait' processing
Scott Feldman
1
-37
/
+3
2015-06-15
rocker: mark STP update as 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-15
rocker: mark neigh update event processing as 'no wait'
Scott Feldman
1
-1
/
+2
2015-06-15
rocker: revert back to support for nowait processes
Scott Feldman
1
-90
/
+112
2015-06-15
rocker: fix neigh tbl index increment race
Scott Feldman
1
-2
/
+2
2015-06-15
rocker: gaurd against NULL rocker_port when removing ports
Scott Feldman
1
-0
/
+2
2015-06-15
amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()
Suthikulpanit, Suravee
1
-26
/
+1
2015-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-12
/
+32
2015-06-12
Fix Cavium Liquidio build related errors and warnings
Raghu Vatsavayi
8
-19
/
+26
2015-06-12
IB/mlx4: Add mmap call to map the hardware clock
Matan Barak
1
-0
/
+19
2015-06-11
net: igb: fix the start time for periodic output signals
Richard Cochran
1
-2
/
+2
2015-06-11
bna: use netdev_* and dev_* instead of printk and pr_*
Ivan Vecera
4
-55
/
+36
2015-06-11
bna: fix timeout API argument type
Ivan Vecera
3
-19
/
+13
2015-06-11
bna: use list_for_each_entry where appropriate
Ivan Vecera
4
-149
/
+37
2015-06-11
bna: get rid of private macros for manipulation with lists
Ivan Vecera
7
-308
/
+130
2015-06-11
bna: remove useless pointer assignment
Ivan Vecera
1
-1
/
+0
2015-06-11
bna: use memdup_user to copy userspace buffers
Ivan Vecera
1
-19
/
+8
2015-06-11
bna: correct comparisons/assignments to bool
Ivan Vecera
1
-4
/
+4
2015-06-11
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
Ivan Vecera
2
-19
/
+4
2015-06-11
bna: remove paused from bna_rx_config and flags from bna_rxf
Ivan Vecera
2
-41
/
+1
2015-06-11
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
Ivan Vecera
2
-77
/
+0
2015-06-11
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
Ivan Vecera
2
-16
/
+0
[prev]
[next]