index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-05-20
myri10ge: allow LRO to be enabled via ethtool
Brice Goglin
1
-4
/
+13
2009-05-20
sch_teql: Use net_device internal stats
Eric Dumazet
1
-12
/
+5
2009-05-20
ixgbe: Cleanup feature setup code to make the code more readable
Jesse Brandeburg
1
-35
/
+50
2009-05-20
ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICs
Peter P Waskiewicz Jr
2
-13
/
+11
2009-05-20
ixgbe: Add semaphore access for PHY initialization for 82599
Peter P Waskiewicz Jr
1
-0
/
+12
2009-05-19
r8169: allow true forced mode setting
françois romieu
1
-53
/
+59
2009-05-19
r8169: remove useless struct member
françois romieu
1
-2
/
+0
2009-05-19
ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()
Eric Dumazet
1
-0
/
+1
2009-05-19
net: release dst entry in dev_hard_start_xmit()
Eric Dumazet
10
-0
/
+20
2009-05-19
net: FIX bonding sysfs rtnl_lock deadlock
Eric W. Biederman
1
-3
/
+6
2009-05-19
net: Fix ipoib rtnl_lock sysfs deadlock.
Eric W. Biederman
2
-4
/
+8
2009-05-19
net: Fix bridgeing sysfs handling of rtnl_lock
Eric W. Biederman
2
-2
/
+4
2009-05-19
net: Fix devinet_sysctl_forward
Eric W. Biederman
1
-1
/
+2
2009-05-19
net: FIX ipv6_forward sysctl restart
Eric W. Biederman
1
-1
/
+1
2009-05-19
net-sysfs: Use rtnl_trylock in sysfs methods.
Eric W. Biederman
1
-3
/
+5
2009-05-19
syscall: Implement a convinience function restart_syscall
Eric W. Biederman
1
-0
/
+6
2009-05-19
net: TX_RING and packet mmap
Johann Baudy
4
-135
/
+616
2009-05-19
netxen: fix msi irq setup
Dhananjay Phadke
1
-0
/
+1
2009-05-19
pkt_sched: gen_estimator: use 64 bit intermediate counters for bps
Eric Dumazet
1
-6
/
+7
2009-05-19
The patch adds support for the PCI cards: PCIcan and PCIcanx (1, 2 or 4 chann...
Wolfgang Grandegger
3
-0
/
+419
2009-05-19
can: SJA1000 driver for EMS PCI cards
Wolfgang Grandegger
3
-0
/
+337
2009-05-19
can: SJA1000 generic platform bus driver
Wolfgang Grandegger
4
-0
/
+207
2009-05-19
can: Driver for the SJA1000 CAN controller
Wolfgang Grandegger
5
-0
/
+832
2009-05-19
can: CAN Network device driver and Netlink interface
Wolfgang Grandegger
6
-0
/
+869
2009-05-19
can: Update MAINTAINERS and CREDITS file
Wolfgang Grandegger
2
-0
/
+11
2009-05-19
can: Documentation for the CAN device driver interface
Wolfgang Grandegger
1
-38
/
+197
2009-05-19
be2net: add two new pci device ids to pci device table
Ajit Khaparde
2
-5
/
+19
2009-05-19
net: Add TI DaVinci EMAC driver
Anant Gole
3
-0
/
+2844
2009-05-19
ipv4: cleanup: remove unnecessary include.
Rami Rosen
1
-1
/
+0
2009-05-19
ipv4: cleanup - remove two unused parameters from fib_semantic_match().
Rami Rosen
4
-7
/
+3
2009-05-19
vlan: use struct netdev_queue counters instead of dev->stats
Eric Dumazet
2
-8
/
+9
2009-05-19
net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue
Eric Dumazet
2
-3
/
+23
2009-05-19
sch_teql: should not dereference skb after ndo_start_xmit()
Eric Dumazet
1
-2
/
+3
2009-05-19
ixgbe: Increase the driver version number
Peter P Waskiewicz Jr
1
-1
/
+1
2009-05-19
ixgbe: Add generic XAUI support to 82599
Peter P Waskiewicz Jr
3
-0
/
+7
2009-05-19
ixgbe: set max desc to prevent total RSC packet size of 64K
Alexander Duyck
2
-11
/
+20
2009-05-19
tcp: fix MSG_PEEK race check
Ilpo Järvinen
1
-1
/
+4
2009-05-18
Doc: fixed descriptions on /proc/sys/net/core/* and /proc/sys/net/unix/*
Wang Tinggong
1
-3
/
+12
2009-05-18
Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR?
roel kluin
1
-1
/
+1
2009-05-18
mv643xx_eth: fix PPC DMA breakage
Gabriel Paubert
1
-19
/
+22
2009-05-18
bonding: fix link down handling in 802.3ad mode
Stephen Hemminger
1
-3
/
+8
2009-05-18
bridge: fix initial packet flood if !STP
Stephen Hemminger
1
-0
/
+3
2009-05-18
bridge: relay bridge multicast pkgs if !STP
Stephen Hemminger
1
-0
/
+5
2009-05-18
NET: Meth: Fix unsafe mix of irq and non-irq spinlocks.
Ralf Baechle
1
-13
/
+14
2009-05-18
ixgbe: Don't reset the hardware when switching between LFC and PFC
Peter P Waskiewicz Jr
1
-17
/
+49
2009-05-18
ixgbe: When in DCB mode with PFC enabled, show LFC is disabled
Peter P Waskiewicz Jr
1
-0
/
+7
2009-05-18
ixgbe: Allow link flow control in DCB mode for 82599 adapters
Peter P Waskiewicz Jr
7
-7
/
+66
2009-05-18
ixgbe: Set Priority Flow Control low water threshhold for DCB
Peter P Waskiewicz Jr
1
-11
/
+37
2009-05-18
ixgbe: Enable jumbo frame for FCoE feature in 82599
Yi Zou
2
-0
/
+26
2009-05-18
ixgbe: Enable FCoE redirection table feature in 82599
Yi Zou
1
-4
/
+24
[next]