summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mii: Convert printks to netdev_infoJoe Perches2011-03-031-7/+7
* mv643xx_eth: Use netdev_<level> and pr_<level>Joe Perches2011-03-031-41/+33
* tlan: Use pr_fmt, pr_<level> and netdev_<level>Joe Perches2011-03-031-87/+77
* tlan: Remove changelogJoe Perches2011-03-031-145/+0
* benet: use GFP_KERNEL allocations when possibleEric Dumazet2011-03-031-9/+9
* tun: Convert logging messages to pr_<level> and tun_debugJoe Perches2011-03-031-32/+51
* net: add Faraday FTMAC100 10/100 Ethernet driverPo-Yu Chuang2011-03-034-0/+1386
* ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller2011-03-031-6/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-03-0327-447/+547
|\
| * ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-0324-25/+26
| * ixgbe: add function pointer for semaphore functionDon Skidmore2011-03-036-9/+19
| * ixgbe: X540 CleanupGreg Rose2011-03-031-2/+1
| * ixgbe: cleanup handling of I2C interface to PHYEmil Tantilov2011-03-031-1/+38
| * ixgbe: store permanent address before initializing Rx addressesEmil Tantilov2011-03-032-6/+6
| * ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov2011-03-033-18/+15
| * ixgbe: Specific check for 100 Full link speedEmil Tantilov2011-03-031-2/+5
| * ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov2011-03-036-105/+0
| * ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2011-03-032-60/+11
| * ixgbe: cleanup X540 PHY reset function pointerDon Skidmore2011-03-031-1/+1
| * ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov2011-03-033-83/+95
| * ixgbe: Fill out PCIe speed and width enums with valuesEmil Tantilov2011-03-031-11/+11
| * ixgbe: add polling test to end of PHY resetEmil Tantilov2011-03-031-3/+37
| * ixgbe: Check link wants report current link stateEmil Tantilov2011-03-031-1/+10
| * ixgbe: cleanup code in ixgbe_identify_sfp_module_genericEmil Tantilov2011-03-031-55/+94
| * ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov2011-03-035-22/+90
| * ixgbe: set media type for 82599 T3 LOMEmil Tantilov2011-03-033-11/+42
| * ixgbe: balance free_irq calls with request_irq callsAlexander Duyck2011-03-031-0/+5
| * ixgbe: cleanup logic related to HW semaphoresEmil Tantilov2011-03-031-18/+24
| * ixgbe: cleanup wake on LAN definesEmil Tantilov2011-03-031-2/+2
| * ixgbevf: Fix Compiler WarningsGreg Rose2011-03-031-7/+2
| * igb: Fix strncpy calls to be safe per source code review toolsCarolyn Wyborny2011-03-031-4/+7
| * igb: Fix reg pattern test in ethtool for i350 devicesCarolyn Wyborny2011-03-031-1/+1
| * igb: warn if max_vfs limit is exceededStefan Assmann2011-03-031-1/+6
* | ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller2011-03-031-2/+2
* | net_sched: reduce fifo qdisc sizeEric Dumazet2011-03-033-30/+23
* | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-037-41/+49
* | ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller2011-03-031-0/+1
* | cxgb{3,4}*: improve Kconfig dependenciesDimitris Michailidis2011-03-033-20/+9
|/
* dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid2011-03-033-4/+155
* dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid2011-03-033-0/+103
* netdevice: make initial group visible to userspaceVlad Dogaru2011-03-031-3/+3
* ipv4: ip_route_output_key() is better as an inline.David S. Miller2011-03-022-7/+5
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-0236-224/+267
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-0214-89/+111
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-0220-146/+143
|\
| * netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso2011-02-281-2/+2
| * ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-255-63/+27
| * ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
| * ipvs: use hlist instead of listChangli Gao2011-02-222-24/+30
| * ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-1611-14/+43