summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driverBryan Wu2-168/+196
2007-10-10Blackfin EMAC driver: add power management interface and change the bf537mac_...Bryan Wu1-4/+19
2007-10-10Blackfin EMAC driver: add function to change the MAC addressAlex Landau1-1/+12
2007-10-10S2io: Updating transceiver information in ethtool functionSivakumar Subramani1-2/+4
2007-10-10S2io: Added support set_mac_address driver entry pointSivakumar Subramani2-41/+68
2007-10-10S2io: Removed unused feature - bimodal interruptsSivakumar Subramani2-145/+88
2007-10-10S2io: Change kmalloc+memset to k[zc]allocSivakumar Subramani1-9/+5
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik35-245/+345
2007-10-10[B44]: port to native ssb supportMichael Buesch3-466/+386
2007-10-10[P54]: add mac80211-based driver for prism54 softmac hardwareMichael Wu11-0/+3705
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches228-1952/+1875
2007-10-10[RT2x00]: add driver for Ralink wireless hardwareIvo van Doorn31-0/+21174
2007-10-10[IWLWIFI]: add iwlwifi wireless driversZhu Yi28-0/+34833
2007-10-10[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger26-0/+14848
2007-10-10[B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch28-0/+16699
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch24-0/+5892
2007-10-10[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2-5/+12
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2-8/+18
2007-10-10[NET]: Add Tehuti network driver.Andy Gospodarek7-0/+13804
2007-10-10[IPG]: add IP1000A driver to kernel treeFrancois Romieu6-0/+3204
2007-10-10[SCTP]: Tie ADD-IP and AUTH functionality as required by spec.Vlad Yasevich2-1/+13
2007-10-10[SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich7-0/+657
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich9-13/+374
2007-10-10[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich5-27/+159
2007-10-10[SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich5-4/+220
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich5-0/+133
2007-10-10[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich7-7/+976
2007-10-10[SCTP]: protocol definitions for SCTP-AUTH implementationVlad Yasevich1-1/+99
2007-10-10[IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens8-78/+123
2007-10-10[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens11-122/+135
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2-2/+2
2007-10-10[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng1-1/+1
2007-10-10[NETLINK]: the temp variable name max is ambiguousDenis Cheng1-6/+6
2007-10-10[NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> insteadDenis Cheng1-1/+1
2007-10-10[SKBUFF]: Fix up csum_start when head room changesHerbert Xu1-10/+8
2007-10-10[NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu7-14/+16
2007-10-10[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.cVlad Yasevich2-11/+6
2007-10-10[SCTP]: Implement the Supported Extensions ParameterVlad Yasevich3-2/+99
2007-10-10[IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev5-33/+28
2007-10-10[NET]: Cleanup calling netdev notifiers.Pavel Emelyanov1-19/+13
2007-10-10[NETNS]: Consolidate hashes creation in netdev_init()Pavel Emelyanov1-17/+24
2007-10-10[NET]: Fix the prototype of call_netdevice_notifiers.Eric W. Biederman2-3/+3
2007-10-10[NET]: migrate HARD_TX_LOCK to header fileJamal Hadi Salim2-14/+19
2007-10-10[TAP]: Configurable interface MTU.Ed Swierk1-0/+14
2007-10-10[IPV6]: Remove redundant RTM_DELLINK message.Milan Kocian1-2/+0
2007-10-10[CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore1-73/+42
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik38-101/+13
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik83-1763/+948
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng37-78/+70
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle251-341/+0