index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
84
-1497
/
+2580
2014-01-17
virtio-net: initial rx sysfs support, export mergeable rx buffer size
Michael Dalton
1
-4
/
+42
2014-01-17
virtio-net: auto-tune mergeable rx buffer size for improved performance
Michael Dalton
1
-25
/
+75
2014-01-17
virtio-net: use per-receive queue page frag alloc for mergeable bufs
Michael Dalton
1
-34
/
+35
2014-01-17
virtio-net: drop rq->max and rq->num
Jason Wang
1
-13
/
+3
2014-01-17
net: davinci_mdio: Fix sparse warning
Lad, Prabhakar
1
-1
/
+1
2014-01-17
bonding: handle slave's name change with primary_slave logic
Veaceslav Falico
1
-3
/
+21
2014-01-17
i40e: updates to AdminQ interface
Shannon Nelson
2
-15
/
+8
2014-01-17
i40e: check desc pointer before printing
Shannon Nelson
1
-28
/
+39
2014-01-17
team: block mtu change before it happens via NETDEV_PRECHANGEMTU
Veaceslav Falico
1
-1
/
+1
2014-01-17
r6040: use ETH_ZLEN instead of MISR for SKB length checking
Florian Fainelli
1
-2
/
+2
2014-01-17
r6040: add delays in MDIO read/write polling loops
Florian Fainelli
1
-0
/
+2
2014-01-17
xen-netfront: add support for IPv6 offloads
Paul Durrant
1
-5
/
+43
2014-01-17
vxge: make local functions static
stephen hemminger
5
-46
/
+5
2014-01-17
bnad: code cleanup
stephen hemminger
2
-27
/
+2
2014-01-17
dm9000: fix a lot of checkpatch issues
Barry Song
1
-12
/
+11
2014-01-17
i40e: Remove autogenerated Module.symvers file.
David S. Miller
1
-0
/
+0
2014-01-17
net/mlx4_core: clean up srq_res_start_move_to()
Paul Bolle
1
-30
/
+16
2014-01-17
net/mlx4_core: clean up cq_res_start_move_to()
Paul Bolle
1
-33
/
+19
2014-01-17
ixgbe: Fix incorrect logic for fixed fiber eeprom write
Don Skidmore
1
-1
/
+1
2014-01-17
ixgbevf: create function for all of ring init
Don Skidmore
2
-137
/
+183
2014-01-17
ixgbevf: Convert ring storage form pointer to an array to array of pointers
Don Skidmore
3
-86
/
+98
2014-01-17
ixgbevf: use pci drvdata correctly in ixgbevf_suspend()
Wei Yongjun
1
-2
/
+2
2014-01-17
ixgbevf: set the disable state when ixgbevf_qv_disable is called
Jacob Keller
1
-0
/
+1
2014-01-17
ixgbe: reinit_locked() should be called with rtnl_lock
John Fastabend
1
-0
/
+2
2014-01-17
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
2
-2
/
+8
2014-01-17
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
1
-0
/
+3
2014-01-17
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
3
-50
/
+12
2014-01-17
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
1
-6
/
+7
2014-01-17
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
2
-1
/
+2
2014-01-17
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
1
-67
/
+88
2014-01-17
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
1
-84
/
+85
2014-01-17
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
1
-1
/
+0
2014-01-17
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
2
-1
/
+7
2014-01-17
net: mvneta: make mvneta_txq_done() return void
Arnaud Ebalard
1
-5
/
+4
2014-01-17
net: mvneta: mvneta_tx_done_gbe() cleanups
Arnaud Ebalard
1
-13
/
+4
2014-01-17
net: mvneta: implement rx_copybreak
willy tarreau
1
-6
/
+38
2014-01-17
net: mvneta: convert to build_skb()
willy tarreau
1
-14
/
+35
2014-01-17
net: mvneta: prefetch next rx descriptor instead of current one
willy tarreau
1
-1
/
+1
2014-01-17
net: mvneta: simplify access to the rx descriptor status
willy tarreau
1
-13
/
+12
2014-01-17
net: mvneta: factor rx refilling code
willy tarreau
1
-20
/
+3
2014-01-17
net: mvneta: remove tests for impossible cases in the tx_done path
willy tarreau
1
-6
/
+9
2014-01-17
net: mvneta: replace Tx timer with a real interrupt
willy tarreau
1
-59
/
+12
2014-01-17
net: mvneta: add missing bit descriptions for interrupt masks and causes
willy tarreau
1
-2
/
+42
2014-01-17
net: mvneta: do not schedule in mvneta_tx_timeout
willy tarreau
1
-11
/
+0
2014-01-17
net: mvneta: use per_cpu stats to fix an SMP lock up
willy tarreau
1
-29
/
+55
2014-01-17
net: mvneta: increase the 64-bit rx/tx stats out of the hot path
willy tarreau
1
-4
/
+11
2014-01-16
carl9170: use ath_is_mybeacon
Oleksij Rempel
1
-6
/
+3
2014-01-16
ath5k: use ath_is_mybeacon
Oleksij Rempel
1
-25
/
+8
2014-01-16
ath9k_htc: use ath_is_mybeacon
Oleksij Rempel
1
-3
/
+1
[next]