index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
3c527.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-04
forcedeth: GRO support
Tom Herbert
1
-5
/
+8
2010-05-04
net: skb_free_datagram_locked() fix
Eric Dumazet
1
-2
/
+7
2010-05-04
net: rcu fixes
Eric Dumazet
2
-8
/
+37
2010-05-04
phy/micrel: Add module device ID table for autoloading.
David S. Miller
1
-0
/
+9
2010-05-04
drivers/net/phy: micrel phy driver
David J. Choi
3
-0
/
+110
2010-05-04
unix/garbage: kill copy of the skb queue walker
Ilpo Järvinen
1
-11
/
+2
2010-05-04
dm9601: fix phy/eeprom write routine
Peter Korsgaard
1
-1
/
+1
2010-05-04
Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"
David S. Miller
2
-20
/
+1
2010-05-03
ppp_generic: handle non-linear skbs when passing them to pppd
Simon Arlott
1
-1
/
+4
2010-05-03
ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid
Simon Arlott
1
-11
/
+18
2010-05-03
net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.h
David S. Miller
1
-5
/
+5
2010-05-03
net: fix softnet_stat
Changli Gao
3
-25
/
+20
2010-05-02
net: fix compile error due to double return type in SOCK_DEBUG
Jan Engelhardt
1
-1
/
+1
2010-05-02
net: Inline skb_pull() in eth_type_trans().
David S. Miller
3
-2
/
+7
2010-05-02
net/usb: initiate sync sequence in sierra_net.c driver
Elina Pasheva
1
-0
/
+3
2010-05-02
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
16
-114
/
+181
2010-05-01
sctp: Tag messages that can be Nagle delayed at creation.
Vlad Yasevich
3
-8
/
+6
2010-05-01
sctp: Optimize computation of highest new tsn in SACK.
Vlad Yasevich
1
-35
/
+7
2010-05-01
sctp: correctly mark missing chunks in fast recovery
Vlad Yasevich
1
-5
/
+13
2010-05-01
sctp: rwnd_press should be cumulative
Vlad Yasevich
1
-1
/
+1
2010-05-01
sctp: fast recovery algorithm is per association.
Vlad Yasevich
2
-21
/
+23
2010-05-01
sctp: update transport initializations
Vlad Yasevich
4
-31
/
+1
2010-05-01
sctp: Save some room in the sctp_transport by using bitfields
Vlad Yasevich
1
-22
/
+27
2010-05-01
sctp: Do not force T3 timer on fast retransmissions.
Vlad Yasevich
2
-14
/
+5
2010-05-01
sctp: remove 'resent' bit from the chunk
Vlad Yasevich
4
-20
/
+10
2010-05-01
sctp: Make sure we always return valid retransmit path
Vlad Yasevich
1
-1
/
+2
2010-05-01
sctp: cleanup: remove duplicate assignment
Dan Carpenter
1
-14
/
+9
2010-05-01
sctp: implement sctp association probing module
Wei Yongjun
3
-0
/
+228
2010-05-01
sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk
Shan Wei
1
-1
/
+1
2010-05-01
sctp: Do no select unconfirmed transports for retransmissions
Vlad Yasevich
1
-2
/
+3
2010-05-01
sctp: fix to retranmit at least one DATA chunk
Wei Yongjun
1
-0
/
+12
2010-05-01
net/usb: remove default in Kconfig for sierra_net driver
Elina Pasheva
1
-1
/
+0
2010-05-01
sctp: missing set src and dest port while lookup output route
Wei Yongjun
1
-1
/
+6
2010-05-01
sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state
Wei Yongjun
1
-1
/
+1
2010-05-01
sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent
Wei Yongjun
1
-0
/
+6
2010-05-01
sctp: send SHUTDOWN-ACK chunk back to the source.
Vlad Yasevich
1
-2
/
+6
2010-05-01
sctp: Use correct address family in sctp_getsockopt_peer_addrs()
Vlad Yasevich
1
-1
/
+1
2010-05-01
ipv6: cleanup: remove unneeded null check
Dan Carpenter
1
-2
/
+1
2010-05-01
xfrm: potential uninitialized variable num_xfrms
Changli Gao
1
-1
/
+1
2010-05-01
net: speedup sock_recv_ts_and_drops()
Eric Dumazet
2
-3
/
+20
2010-05-01
cdc_ether: Identify MBM devices by GUID in MDLM descriptor
Jonas Sjöquist
1
-74
/
+39
2010-05-01
r8169: Fix rtl8169_rx_interrupt()
Eric Dumazet
1
-5
/
+17
2010-05-01
forcedeth: Stay in NAPI as long as there's work
stephen hemminger
1
-14
/
+17
2010-04-30
e1000e: Fix oops caused by ASPM patch.
Anton Blanchard
1
-0
/
+3
2010-04-29
net: ip_queue_rcv_skb() helper
Eric Dumazet
7
-4
/
+22
2010-04-28
net: speedup udp receive path
Eric Dumazet
4
-11
/
+25
2010-04-28
net/sb1250: register mdio bus in probe
Sebastian Siewior
1
-34
/
+33
2010-04-28
igb: Clean up left over prototype of igb_get_hw_dev_name()
Emil Tantilov
1
-1
/
+0
2010-04-28
wireless: Fix merge.
Hauke Mehrtens
1
-1
/
+0
2010-04-28
sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...
Neil Horman
2
-5
/
+58
[next]