summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-132-11/+3Star
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-134-9/+9
* tipc: Eliminate timestamp from link protocol messagesAllan Stephens2011-03-133-12/+0Star
* tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens2011-03-133-23/+6Star
* tipc: Convert node object array to a hash tableAllan Stephens2011-03-135-55/+70
* tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens2011-03-137-57/+9Star
* tipc: Split up unified structure of network-related variablesAllan Stephens2011-03-135-42/+33Star
* tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens2011-03-133-6/+8
* tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens2011-03-131-15/+17
* tipc: Cosmetic changes to node subscription codeAllan Stephens2011-03-134-13/+27
* tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2011-03-132-8/+10
* tipc: Add network address mask helper routinesAllan Stephens2011-03-133-7/+16
* tipc: Correct broadcast link peer info when displaying linksAllan Stephens2011-03-131-1/+1
* tipc: Allow receiving into iovec containing multiple entriesAllan Stephens2011-03-131-23/+15Star
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-1310-185/+196
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-1313-61/+58Star
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-1335-630/+632
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-1312-50/+46Star
* ipv4: Kill fib_semantic_match declaration from fib_lookup.hDavid S. Miller2011-03-131-3/+0Star
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-136-76/+89
* net: Add flowi6_* member helper macros.David S. Miller2011-03-131-0/+8
* netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller2011-03-131-5/+10
* netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller2011-03-131-12/+20
* ipv4: Use flowi4 in UDPDavid S. Miller2011-03-131-6/+8
* netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller2011-03-131-4/+5
* ipv4: Use flowi4 in ipmr code.David S. Miller2011-03-131-16/+17
* ipv4: Use flowi4 in FIB layer.David S. Miller2011-03-133-30/+31
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-1314-224/+231
* ipv4: Use struct flowi4 internally in routing lookups.David S. Miller2011-03-131-115/+115
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-137-20/+28
* net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-131-0/+15
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-136-69/+69
* net: Make flowi ports AF dependent.David S. Miller2011-03-1328-129/+139
* net: Create union flowi_uliDavid S. Miller2011-03-131-23/+25
* net: Create struct flowi_commonDavid S. Miller2011-03-131-9/+21
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-1356-351/+365
* xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().David S. Miller2011-03-131-19/+3Star
* net: Remove unnecessary padding in struct flowiDavid S. Miller2011-03-131-10/+10
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-1323-326/+206Star
* 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/+47Star
| * 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/+0Star
| * 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/+23Star
| * ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2011-03-122-9/+25