aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala2010-05-135-421/+557
* ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSCMallikarjuna R Chilakala2010-05-131-6/+11
* ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov2010-05-133-4/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-13123-455/+384
|\
| * netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-135-5/+0
| * netfilter: cleanup printk messagesStephen Hemminger2010-05-1324-64/+64
| * netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-133-18/+3
| * netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()Bart De Schuymer2010-05-131-1/+1
| * Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1198-367/+316
| |\
| | * netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-113-92/+78
| | * netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-1122-47/+47
| | * netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-1159-82/+70
| | * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1197-123/+133
| | * netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-115-79/+68
| | * netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-022-34/+10
| | * netfilter: xtables: fix incorrect return codeJan Engelhardt2010-05-021-2/+2
| | * netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
* | | cxgb4: report GRO stats with ethtool -SDimitris Michailidis2010-05-121-0/+6
* | | cxgb4: report the PCIe link speedDimitris Michailidis2010-05-121-2/+8
* | | cxgb4: configure HW VLAN extraction through FWDimitris Michailidis2010-05-124-28/+20
* | | e1000e: add PCI device id to enable support for 82567V-4Bruce Allan2010-05-122-0/+2
* | | e1000e: Fix/cleanup PHY reset code for ICHx/PCHxBruce Allan2010-05-121-74/+75
* | | e1000e: move settting of flow control refresh timer to link setup codeBruce Allan2010-05-123-4/+4
* | | e1000e: fix checks for manageability enabled and management pass-throughBruce Allan2010-05-126-16/+52
* | | e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan2010-05-122-20/+2
* | | e1000e: Cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan2010-05-121-77/+75
* | | e1000e: Remove EN_MAC_ADDR_FILTER check from enable_mng_pass_thru checkBruce Allan2010-05-121-4/+4
* | | e1000e: cleanup multiple common exit pointsBruce Allan2010-05-121-24/+17
* | | e1000e: s/w initiated LSC MSI-X interrupts not generated; no transmitBruce Allan2010-05-121-2/+9
* | | e1000e: initialize manageability (IPMI) pass-through in 82574/82583Bruce Allan2010-05-123-9/+55
* | | e1000e: bad state after running ethtool diagnostics with AMT enabledBruce Allan2010-05-122-7/+18
* | | e1000e: use static params to save stack space (part 2)Bruce Allan2010-05-121-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-127-298/+703
|\ \ \
| * | | ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-111-7/+89
| * | | ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-117-72/+396
| * | | ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-113-192/+216
| * | | ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-113-68/+65
| * | | ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-112-47/+31
| * | | ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-112-41/+35
| |/ /
* | | netxen: handle queue manager accessAmit Kumar Salecha2010-05-123-11/+63
* | | netxen: to fix onchip memory access.Sucheta Chakraborty2010-05-121-25/+17
* | | netxen: remove unnecessary size checksSucheta Chakraborty2010-05-122-50/+8
* | | netxen: fix register usageAmit Kumar Salecha2010-05-123-3/+6
* | | tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens2010-05-122-93/+100
* | | tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens2010-05-122-23/+25
* | | tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens2010-05-122-14/+14
* | | tipc: Reduce footprint by un-inlining port list routinesAllan Stephens2010-05-122-50/+52
* | | tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens2010-05-122-59/+64
* | | tipc: Reduce footprint by un-inlining address routinesAllan Stephens2010-05-122-34/+35
* | | tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-1213-55/+55