summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-03forcedeth: GRO supportTom Herbert1-5/+8
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller16-176/+365
2010-05-03net: rcu fixesEric Dumazet2-8/+37
2010-05-03phy/micrel: Add module device ID table for autoloading.David S. Miller1-0/+9
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-13/+133
2010-05-03drivers/net/phy: micrel phy driverDavid J. Choi3-0/+110
2010-05-03unix/garbage: kill copy of the skb queue walkerIlpo Järvinen1-11/+2
2010-05-03dm9601: fix phy/eeprom write routinePeter Korsgaard1-1/+1
2010-05-03Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2-20/+1
2010-05-03ppp_generic: handle non-linear skbs when passing them to pppdSimon Arlott1-1/+4
2010-05-03ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is validSimon Arlott1-11/+18
2010-05-02net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller1-5/+5
2010-05-02net: fix softnet_statChangli Gao3-25/+20
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller30-147/+1270
2010-05-02net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller3-2/+7
2010-05-01net/usb: initiate sync sequence in sierra_net.c driverElina Pasheva1-0/+3
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet16-114/+181
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich3-8/+6
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich1-35/+7
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich1-5/+13
2010-04-30sctp: rwnd_press should be cumulativeVlad Yasevich1-1/+1
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich2-21/+23
2010-04-30sctp: update transport initializationsVlad Yasevich4-31/+1
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich1-22/+27
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2-14/+5
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich4-20/+10
2010-04-30sctp: Make sure we always return valid retransmit pathVlad Yasevich1-1/+2
2010-04-30sctp: cleanup: remove duplicate assignmentDan Carpenter1-14/+9
2010-04-30sctp: implement sctp association probing moduleWei Yongjun3-0/+228
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei1-1/+1
2010-04-30sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich1-2/+3
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun1-0/+12
2010-04-30net/usb: remove default in Kconfig for sierra_net driverElina Pasheva1-1/+0
2010-04-30sctp: missing set src and dest port while lookup output routeWei Yongjun1-1/+6
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun1-1/+1
2010-04-30sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun1-0/+6
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich1-2/+6
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich1-1/+1
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-04-30xfrm: potential uninitialized variable num_xfrmsChangli Gao1-1/+1
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet2-3/+20
2010-04-30cdc_ether: Identify MBM devices by GUID in MDLM descriptorJonas Sjöquist1-74/+39
2010-04-30r8169: Fix rtl8169_rx_interrupt()Eric Dumazet1-5/+17
2010-04-30forcedeth: Stay in NAPI as long as there's workstephen hemminger1-14/+17
2010-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-04-30e1000e: Fix oops caused by ASPM patch.Anton Blanchard1-0/+3
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet7-4/+22
2010-04-28net: speedup udp receive pathEric Dumazet4-11/+25