aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-1212-50/+46
* ipv4: Kill fib_semantic_match declaration from fib_lookup.hDavid S. Miller2011-03-121-3/+0
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-126-76/+89
* net: Add flowi6_* member helper macros.David S. Miller2011-03-121-0/+8
* netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller2011-03-121-5/+10
* netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller2011-03-121-12/+20
* ipv4: Use flowi4 in UDPDavid S. Miller2011-03-121-6/+8
* netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller2011-03-121-4/+5
* ipv4: Use flowi4 in ipmr code.David S. Miller2011-03-121-16/+17
* ipv4: Use flowi4 in FIB layer.David S. Miller2011-03-123-30/+31
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-1214-224/+231
* ipv4: Use struct flowi4 internally in routing lookups.David S. Miller2011-03-121-115/+115
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-127-20/+28
* net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-121-0/+15
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-126-69/+69
* net: Make flowi ports AF dependent.David S. Miller2011-03-1228-129/+139
* net: Create union flowi_uliDavid S. Miller2011-03-121-23/+25
* net: Create struct flowi_commonDavid S. Miller2011-03-121-9/+21
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-1256-351/+365
* xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().David S. Miller2011-03-121-19/+3
* net: Remove unnecessary padding in struct flowiDavid S. Miller2011-03-121-10/+10
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-1223-326/+206
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-03-1229-469/+1316
|\
| * ixgbe: DCB, PFC not cleared until reset occursJohn Fastabend2011-03-122-51/+47
| * ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy2011-03-125-2/+93
| * ixgbe: DCB, set minimum bandwidth per traffic classJohn Fastabend2011-03-121-1/+1
| * ixgbe: correct typo in define nameEmil Tantilov2011-03-122-3/+3
| * ixgbe: update PHY code to support 100Mbps as well as 1G/10GEmil Tantilov2011-03-124-99/+245
| * ixgbe: remove timer reset to 0 on timeoutEmil Tantilov2011-03-121-6/+0
| * ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend2011-03-121-10/+20
| * ixgbe: IEEE 802.1Qaz, implement priority assignment tableJohn Fastabend2011-03-125-19/+36
| * ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strictJohn Fastabend2011-03-122-25/+23
| * ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2011-03-122-9/+25
| * ixgbe: enable ndo_tc_setupJohn Fastabend2011-03-121-1/+23
| * ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend2011-03-123-168/+182
| * ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2011-03-122-30/+13
| * ixgbe: DCB, implement ieee_setapp dcbnl opsJohn Fastabend2011-03-121-0/+30
| * ixgbe: DCB, implement capabilities flagsJohn Fastabend2011-03-123-36/+95
| * igb: Bump version to 3.0.6Carolyn Wyborny2011-03-121-1/+6
| * igb: Add DMA Coalescing feature to driverCarolyn Wyborny2011-03-125-1/+106
| * igb: Update NVM functions to work with i350 devicesCarolyn Wyborny2011-03-127-8/+306
| * igb: Add Energy Efficient Ethernet (EEE) for i350 devices.Carolyn Wyborny2011-03-126-2/+65
| * ixgbevf: Fix Driver StringGreg Rose2011-03-121-1/+1
| * ixgbevf: Fix Version StringGreg Rose2011-03-121-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-03-1278-1770/+2611
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-1178-1770/+2611
| |\
| | * mac80211: update minstrel_ht sample rate when probe is setDaniel Halperin2011-03-091-10/+5
| | * ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] rangeJohn W. Linville2011-03-091-1/+1
| | * net/wireless: add COUNTRY to to regulatory device ueventScott James Remnant2011-03-092-11/+29
| | * ieee80211: add IEEE80211_COUNTRY_STRING_LEN definitionBing Zhao2011-03-096-7/+8