aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drivers/net: ks8851_mll ethernet network driver -resubmitDavid J. Choi2009-11-201-74/+68
| * | | net: ETHOC should depend on HAS_DMAGeert Uytterhoeven2009-11-201-1/+1
| * | | e1000e: do not initiate autonegotiation during OEM configurationBruce Allan2009-11-201-1/+2
| * | | e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan2009-11-201-10/+0
| * | | e1000e: flow control thresholds not correct when changing mtuBruce Allan2009-11-201-4/+3
| * | | e1000e: add Tx timeout factor for 100MbpsBruce Allan2009-11-201-1/+1
| * | | e1000e: set flow control thresholds properly after enabling/disabling pauseBruce Allan2009-11-201-2/+10
| * | | e1000e: read of PHY register may access wrong page on 82578Bruce Allan2009-11-201-24/+22
| * | | e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan2009-11-203-12/+32
| * | | ixgbe: move tc variable to CONFIG_IXGBE_DCBJaswinder Singh Rajput2009-11-201-1/+1
| * | | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy2009-11-191-13/+5
| * | | netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy2009-11-191-1/+1
| * | | veth: Fix veth_get_stats()Eric Dumazet2009-11-191-19/+16
| * | | ieee802154: dont leak skbs in ieee802154_fake_xmit()Eric Dumazet2009-11-191-4/+1
* | | | ixgbe: Display currently attached PHY through ethtoolPJ Waskiewicz2009-11-291-0/+50
* | | | ethtool: Add Direct Attach support to connector port reportingPJ Waskiewicz2009-11-291-0/+2
* | | | ixgbe: Fix Receive Address Register (RAR) cleaning and accountingShannon Nelson2009-11-291-4/+4
* | | | ixgbe: LINKS2 is not a valid register for 82598Don Skidmore2009-11-291-4/+11
* | | | ixgbe: Disable Flow Control for certain devicesPJ Waskiewicz2009-11-291-0/+14
* | | | ixgbe: handle parameters for tx and rx EITR, no div0Shannon Nelson2009-11-291-6/+7
* | | | X25: Fix oops and refcnt problems from x25_dev_getandrew hendry2009-11-291-1/+3
* | | | X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
* | | | X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-292-4/+6
* | | | NET: smc91x: convert to dev_pm_opsKevin Hilman2009-11-291-6/+12
* | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-2917-500/+224
|\ \ \ \
| * | | | sctp: prevent too-fast association id reuseVlad Yasevich2009-11-231-1/+12
| * | | | sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul2009-11-231-1/+1
| * | | | sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul2009-11-231-0/+3
| * | | | sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman2009-11-231-12/+13
| * | | | sctp: Update max.burst implementationVlad Yasevich2009-11-235-23/+58
| * | | | sctp: Turn the enum socket options into definesVlad Yasevich2009-11-231-82/+43
| * | | | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-234-15/+5
| * | | | sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-233-345/+0
| * | | | sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul2009-11-231-4/+3
| * | | | sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-236-4/+30
| * | | | sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-232-0/+8
| * | | | sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2009-11-233-10/+19
| * | | | sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-233-1/+22
| * | | | sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-2/+6
| * | | | sctp: implement definition for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-0/+1
* | | | | sfc: Clean up RX event handlingBen Hutchings2009-11-293-8/+8
* | | | | sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-282-4/+12
* | | | | sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-288-52/+48
* | | | | sfc: Remove some redundant whitespaceBen Hutchings2009-11-281-2/+0
* | | | | sfc: Remove another unused workaround macroBen Hutchings2009-11-281-2/+0
* | | | | sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2009-11-282-3/+1
* | | | | sfc: Limit some hardware workarounds to FalconBen Hutchings2009-11-282-3/+4
* | | | | sfc: Always start Falcon using the XMACSteve Hodgson2009-11-283-8/+16
* | | | | sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-283-9/+9
* | | | | sfc: QT202x: Reset before reading PHY idSteve Hodgson2009-11-281-14/+8