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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-15
/
+30
2015-04-14
cxgb4: Don't call t4_slow_intr_handler when we're not the Master PF
Hariprasad Shenai
2
-3
/
+6
2015-04-14
cxgb4: Add comment for calculate tx flits and sge length code
Hariprasad Shenai
1
-1
/
+35
2015-04-14
cxgb4: Use device node in page allocation
Hariprasad Shenai
1
-2
/
+4
2015-04-14
cxgb4: Freelist starving threshold varies from adapter to adapter
Hariprasad Shenai
1
-10
/
+16
2015-04-14
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
Hariprasad Shenai
1
-1
/
+1
2015-04-14
bgmac: drop ring->num_slots
Felix Fietkau
2
-15
/
+15
2015-04-14
bgmac: fix DMA rx corruption
Felix Fietkau
1
-9
/
+18
2015-04-14
bgmac: simplify dma init/cleanup
Felix Fietkau
1
-39
/
+40
2015-04-14
bgmac: increase rx ring size from 511 to 512
Felix Fietkau
1
-1
/
+1
2015-04-14
bgmac: add check for oversized packets
Felix Fietkau
1
-0
/
+7
2015-04-14
bgmac: simplify/optimize rx DMA error handling
Felix Fietkau
1
-37
/
+34
2015-04-14
bgmac: set received skb headroom to NET_SKB_PAD
Felix Fietkau
2
-7
/
+11
2015-04-14
bgmac: leave interrupts disabled as long as there is work to do
Felix Fietkau
2
-22
/
+10
2015-04-14
bgmac: simplify tx ring index handling
Felix Fietkau
2
-29
/
+23
2015-04-14
toshiba: Remove celleb from Kconfig options
Daniel Axtens
1
-2
/
+2
2015-04-14
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
3
-19
/
+46
2015-04-13
e1000e: Move pm_qos_req to e1000e adapter
Thomas Graf
2
-4
/
+5
2015-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-47
/
+462
2015-04-12
net/macb: sqe_test_errors are TX errors, not RX errors
Wolfgang Steinwender
1
-2
/
+2
2015-04-11
ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
1
-0
/
+69
2015-04-11
ixgbevf: Add RSS Key query code
Vlad Zolotarov
4
-0
/
+57
2015-04-11
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
Vlad Zolotarov
2
-0
/
+22
2015-04-11
ixgbevf: Add a RETA query code
Vlad Zolotarov
5
-1
/
+80
2015-04-10
ixgbe: Add a RETA query command to VF-PF channel API
Vlad Zolotarov
2
-0
/
+39
2015-04-10
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
Vlad Zolotarov
4
-2
/
+40
2015-04-10
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
3
-1
/
+44
2015-04-10
ixgbe: Refactor the RSS configuration code
Vlad Zolotarov
2
-44
/
+112
2015-04-10
ixgbe: Drop unnecessary call to rcu_barrier
Alexander Duyck
1
-2
/
+0
2015-04-10
ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
Alexander Duyck
1
-1
/
+1
2015-04-10
ixgbe: adds x550 specific FCoE offloads
Vasu Dev
3
-27
/
+107
2015-04-10
ixgbe: add support for X550 source_address_prunning
Don Skidmore
3
-0
/
+77
2015-04-09
ixgbe: add new bridge mode support function.
Don Skidmore
1
-16
/
+34
2015-04-09
ixgbe: Move bridge mode from flag to variable
Don Skidmore
3
-19
/
+20
2015-04-09
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-1
/
+1
2015-04-09
amd-xgbe: Add support for the netdev Tx watchdog
Lendacky, Thomas
2
-0
/
+12
2015-04-09
amd-xgbe: Move Rx mode configuration into init
Lendacky, Thomas
3
-17
/
+20
2015-04-09
amd-xgbe: Allow rx-frames coalescing to be changed anytime
Lendacky, Thomas
4
-28
/
+21
2015-04-09
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
1
-10
/
+10
2015-04-09
Merge tag 'wireless-drivers-next-for-davem-2015-04-09' of git://git.kernel.or...
David S. Miller
54
-344
/
+775
2015-04-09
usbnet: rename work handler
Oliver Neukum
1
-2
/
+2
2015-04-09
e100: Use dma_rmb/wmb where appropriate
Alexander Duyck
1
-3
/
+3
2015-04-09
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2
-4
/
+4
2015-04-09
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
4
-10
/
+10
2015-04-09
cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate
Alexander Duyck
3
-14
/
+14
2015-04-09
stmmac: devm_reset_control_get can return PROBE_DEFER
Phil Reid
1
-1
/
+1
2015-04-09
mac802154: fix transmission power datatype
Varka Bhadram
1
-1
/
+1
2015-04-08
vxlan: do not exit on error in vxlan_stop()
WANG Cong
1
-4
/
+1
2015-04-08
be2net: Fix a bug in Rx buffer posting
Ajit Khaparde
2
-1
/
+2
2015-04-08
sfc: Revert SRIOV changes.
David S. Miller
16
-454
/
+207
[next]