summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: use proc_create()Alexey Dobriyan2009-09-041-3/+1
* sctp: fix check the chunk length of received HEARTBEAT-ACK chunkWei Yongjun2009-09-041-1/+2
* sctp: drop SHUTDOWN chunk if the TSN is less than the CTSNWei Yongjun2009-09-041-1/+15
* sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-046-15/+61
* sctp: Try to encourage SACK bundling with DATA.Vlad Yasevich2009-09-041-5/+16
* sctp: Generate SACKs when actually sending outbound DATAVlad Yasevich2009-09-041-57/+85
* sctp: Fix data segmentation with small frag_sizeVlad Yasevich2009-09-041-9/+23
* sctp: Disallow new connection on a closing socketVlad Yasevich2009-09-043-1/+11
* sctp: Fix piggybacked ACKsDoug Graham2009-09-041-4/+5
* sctp: remove unused union (sctp_cmsg_data_t) definitionRami Rosen2009-09-041-6/+0
* sctp: release cached route when the transport goes down.Vlad Yasevich2009-09-041-2/+7
* sctp: update the route for non-active transports after addresses are addedWei Yongjun2009-09-041-0/+8
* sctp: check the unrecognized ASCONF parameter before access itWei Yongjun2009-09-041-3/+5
* sctp: avoid overwrite the return value of sctp_process_asconf_ack()Wei Yongjun2009-09-041-6/+3
* net: Fix a build break because of a typo in drivers/net/3c503.cSachin Sant2009-09-041-1/+1
* can: sja1000: legacy SJA1000 ISA bus driverWolfgang Grandegger2009-09-043-0/+289
* can: sja1000: fix network statistics updateWolfgang Grandegger2009-09-041-3/+2
* can: add can_free_echo_skb() for upcoming driversWolfgang Grandegger2009-09-042-1/+18
* WAN: dscc4: Fix warning pointing out a bug.David S. Miller2009-09-031-1/+1
* ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu2009-09-031-0/+1
* enic: organize device initialization/deinit into separate functionsScott Feldman2009-09-035-75/+133
* enic: bug fix: check for zero port MTU before posting warningScott Feldman2009-09-031-1/+1
* enic: changes to driver/firmware interfaceScott Feldman2009-09-034-10/+30
* enic: bug fix: enable VLAN filteringScott Feldman2009-09-031-1/+2
* enic: provision for multiple Rx/Tx queues; prepare for RSS supportScott Feldman2009-09-035-14/+50
* enic: bug fix: included MAC drops in rx_dropped netstatScott Feldman2009-09-032-3/+9
* enic: bug fix: protect fw call i/f with spinlockScott Feldman2009-09-031-0/+12
* enic: use netdev_alloc_skbScott Feldman2009-09-031-4/+6
* enic: bug fix: split TSO fragments larger than 16K into multiple descsScott Feldman2009-09-031-18/+69
* enic: workaround A0 erratumScott Feldman2009-09-034-4/+80
* enic: add support for multiple BARsScott Feldman2009-09-034-36/+66
* vlan: adds drops accountingEric Dumazet2009-09-031-7/+22
* macvlan: add multiqueue capabilityEric Dumazet2009-09-031-6/+27
* netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_dataBen Hutchings2009-09-035-22/+32
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-0330-92/+1
* netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctlsBen Hutchings2009-09-032-6/+0
* sky2: only enable Vaux if capable of wakeupStephen Hemminger2009-09-031-2/+3
* netxen: fix infinite loop on dma mapping failureDhananjay Phadke2009-09-031-2/+2
* netxen: remove duplicate napi_addDhananjay Phadke2009-09-031-6/+0
* netxen: fix lro buffer allocationDhananjay Phadke2009-09-032-2/+7
* ixgbe: Add support for using FCoE DDP in 82599 as FCoE targetsYi Zou2009-09-031-1/+7
* ixgbe: Distribute transmission of FCoE traffic in 82599Yi Zou2009-09-031-2/+8
* ixgbe: Add support for multiple Tx queues for FCoE in 82599Yi Zou2009-09-032-15/+65
* igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck2009-09-032-0/+40
* igb: only disable/enable interrupt bits for igb physical functionAlexander Duyck2009-09-031-5/+9
* igb: add support for set_rx_mode netdevice operationAlexander Duyck2009-09-031-25/+48
* net: Remove debugging codeEric Dumazet2009-09-031-2/+0
* vlan: enable multiqueue xmitsEric Dumazet2009-09-031-2/+4
* net: net/core/dev.c cleanupsEric Dumazet2009-09-031-297/+292
* atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() wh...Karl Hiramoto2009-09-021-10/+27