index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-16
cdc_ncm: fix MTU and max_datagram_size handling
Alexey Orishko
1
-18
/
+16
2012-03-16
cdc_ncm: reduce driver latency in the data path
Alexey Orishko
1
-43
/
+51
2012-03-16
asix: asix_rx_fixup surgery to reduce skb truesizes
Eric Dumazet
1
-68
/
+20
2012-03-14
ixgbe: dcb: use DCB config values for FCoE traffic class on open
John Fastabend
1
-1
/
+3
2012-03-14
ixgbe: Fix race condition where RX buffer could become corrupted.
Atita Shirwaikar
6
-24
/
+84
2012-03-14
ixgbe: use typed min/max functions where possible
Jesse Brandeburg
2
-8
/
+8
2012-03-14
ixgbe: fix obvious return value bug.
Don Skidmore
1
-1
/
+2
2012-03-14
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
Alexander Duyck
2
-17
/
+8
2012-03-14
ixgbe: Do not disable read relaxed ordering when DCA is enabled
Alexander Duyck
4
-42
/
+49
2012-03-14
ixgb: Remove unnecessary defines, use pr_debug
Joe Perches
2
-14
/
+2
2012-03-13
ixgbe: Simplify logic for ethtool loopback frame creation and testing
Alexander Duyck
1
-31
/
+32
2012-03-13
ixgbe: Add iterator for cycling through rings on a q_vector
Alexander Duyck
2
-8
/
+12
2012-03-13
ixgbe: Allocate rings as part of the q_vector
Alexander Duyck
3
-257
/
+244
2012-03-13
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
Alexander Duyck
1
-5
/
+2
2012-03-13
ixgbe: Default to queue pairs when number of queues is less than CPUs
Alexander Duyck
2
-8
/
+8
2012-03-13
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
Alexander Duyck
1
-2
/
+2
2012-03-13
ixgbe: Address issues with Tx WHTRESH value not being set correctly
Alexander Duyck
1
-2
/
+5
2012-03-13
ixgbe: Reorder adapter contents for better cache utilization
Alexander Duyck
1
-46
/
+48
2012-03-13
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
Alexander Duyck
1
-4
/
+3
2012-03-13
net: Add memory barriers to prevent possible race in byte queue limits
Alexander Duyck
1
-16
/
+33
2012-03-13
net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state
Alexander Duyck
2
-1
/
+3
2012-03-13
ixgbe: add support for byte queue limits
Alexander Duyck
2
-0
/
+12
2012-03-13
ixgbe: remove tie between NAPI work limits and interrupt moderation
Jeff Kirsher
1
-6
/
+0
2012-03-13
igb: fix ethtool offline test
Jeff Kirsher
1
-0
/
+7
2012-03-13
bnx2x: code doesn't use stats for allocating Rx BDs
Dmitry Kravkov
1
-8
/
+9
2012-03-13
bnx2x: ethtool returns req. AN even when AN fails
Yuval Mintz
1
-1
/
+1
2012-03-13
bnx2x: ethtool now returns unknown speed/duplex
Yuval Mintz
1
-11
/
+18
2012-03-13
bnx2x: mark functions as loaded on shared memory
Yuval Mintz
1
-0
/
+17
2012-03-13
bnx2x: use param's id instead of sp_obj's id
Yuval Mintz
3
-1
/
+5
2012-03-13
bnx2x: set_one_mac_e1x uses raw's state as input
Yuval Mintz
1
-1
/
+1
2012-03-13
bnx2x: removed unused function bnx2x_queue_set_cos_cid
Yuval Mintz
1
-7
/
+0
2012-03-13
bnx2x: move LLH_CAM to header, apply naming conventions
Yuval Mintz
2
-9
/
+11
2012-03-13
lpc32xx: Added ethernet driver
stigge@antcom.de
5
-0
/
+1615
2012-03-13
net/hyperv: Add support for vlan trunking from guests
Haiyang Zhang
4
-4
/
+101
2012-03-13
net/hyperv: Fix data corruption in rndis_filter_receive()
Haiyang Zhang
1
-24
/
+9
2012-03-13
net: ipv4: Standardize prefixes for message logging
Joe Perches
20
-50
/
+81
2012-03-12
net: Convert printks to pr_<level>
Joe Perches
25
-181
/
+163
2012-03-12
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
5
-27
/
+19
2012-03-11
ipv6: Fix Smatch warning.
Li Wei
1
-1
/
+1
2012-03-11
MAINTAINERS: add an entry for the PHC code
Richard Cochran
1
-0
/
+11
2012-03-11
r8169: enable transmit time stamping.
Richard Cochran
1
-0
/
+2
2012-03-11
drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...
Julia Lawall
3
-4
/
+4
2012-03-11
drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatible
Julia Lawall
1
-1
/
+1
2012-03-11
caif: make zero a legal caif connetion id.
sjur.brandeland@stericsson.com
1
-3
/
+6
2012-03-11
caif: Fix for a race in socket transmit with flow control.
Dmitry Tarnyagin
6
-24
/
+31
2012-03-10
batman-adv: Remove spaces after a cast
Sven Eckelmann
2
-3
/
+3
2012-03-10
batman-adv: Use {} braces consistent on the arms of a statement
Sven Eckelmann
1
-1
/
+2
2012-03-10
batman-adv: Don't begin block comments with only a /* line
Sven Eckelmann
2
-13
/
+3
2012-03-10
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
12
-177
/
+137
2012-03-10
r8169: stop using net_device.{base_addr, irq}.
Francois Romieu
1
-7
/
+5
[next]