Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | tipc: Remove unused field in bearer structure | Allan Stephens | 2011-03-13 | 2 | -3/+0 | |
| | * | | | | | | | tipc: Correct misnamed references to neighbor discovery domain | Allan Stephens | 2011-03-13 | 4 | -10/+10 | |
| | * | | | | | | | tipc: Optimizations to link creation code | Allan Stephens | 2011-03-13 | 5 | -36/+28 | |
| | * | | | | | | | tipc: Give Tx of discovery responses priority over link messages | Allan Stephens | 2011-03-13 | 1 | -7/+9 | |
| | * | | | | | | | tipc: Cosmetic changes to neighbor discovery logic | Allan Stephens | 2011-03-13 | 1 | -44/+59 | |
| | * | | | | | | | tipc: Fix redundant link field handling in link protocol message | Allan Stephens | 2011-03-13 | 1 | -1/+3 | |
| | * | | | | | | | tipc: make msg_set_redundant_link() consistent with other set ops | Allan Stephens | 2011-03-13 | 2 | -11/+3 | |
| | * | | | | | | | tipc: cosmetic - function names are not to be full sentences | Paul Gortmaker | 2011-03-13 | 4 | -9/+9 | |
| | * | | | | | | | tipc: Eliminate timestamp from link protocol messages | Allan Stephens | 2011-03-13 | 3 | -12/+0 | |
| | * | | | | | | | tipc: manually inline net_start/stop, make assoc. vars static | Allan Stephens | 2011-03-13 | 3 | -23/+6 | |
| | * | | | | | | | tipc: Convert node object array to a hash table | Allan Stephens | 2011-03-13 | 5 | -55/+70 | |
| | * | | | | | | | tipc: Eliminate configuration for maximum number of cluster nodes | Allan Stephens | 2011-03-13 | 7 | -57/+9 | |
| | * | | | | | | | tipc: Split up unified structure of network-related variables | Allan Stephens | 2011-03-13 | 5 | -42/+33 | |
| | * | | | | | | | tipc: Fix problem with missing link in "tipc-config -l" output | Allan Stephens | 2011-03-13 | 3 | -6/+8 | |
| | * | | | | | | | tipc: Add support for SO_RCVTIMEO socket option | Allan Stephens | 2011-03-13 | 1 | -15/+17 | |
| | * | | | | | | | tipc: Cosmetic changes to node subscription code | Allan Stephens | 2011-03-13 | 4 | -13/+27 | |
| | * | | | | | | | tipc: Prevent null pointer error when removing a node subscription | Allan Stephens | 2011-03-13 | 2 | -8/+10 | |
| | * | | | | | | | tipc: Add network address mask helper routines | Allan Stephens | 2011-03-13 | 3 | -7/+16 | |
| | * | | | | | | | tipc: Correct broadcast link peer info when displaying links | Allan Stephens | 2011-03-13 | 1 | -1/+1 | |
| | * | | | | | | | tipc: Allow receiving into iovec containing multiple entries | Allan Stephens | 2011-03-13 | 1 | -23/+15 | |
| * | | | | | | | | ipv4: Fix PMTU update. | Hiroaki SHIMODA | 2011-03-14 | 2 | -5/+18 | |
| |/ / / / / / / | ||||||
| * | | | | | | | decnet: Convert to use flowidn where applicable. | David S. Miller | 2011-03-13 | 10 | -185/+196 | |
| * | | | | | | | net: Put fl6_* macros to struct flowi6 and use them again. | David S. Miller | 2011-03-13 | 13 | -61/+58 | |
| * | | | | | | | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 2011-03-13 | 35 | -630/+632 | |
| * | | | | | | | net: Put fl4_* macros to struct flowi4 and use them again. | David S. Miller | 2011-03-13 | 12 | -50/+46 | |
| * | | | | | | | ipv4: Kill fib_semantic_match declaration from fib_lookup.h | David S. Miller | 2011-03-13 | 1 | -3/+0 | |
| * | | | | | | | net: Use flowi4 and flowi6 in xfrm layer. | David S. Miller | 2011-03-13 | 6 | -76/+89 | |
| * | | | | | | | net: Add flowi6_* member helper macros. | David S. Miller | 2011-03-13 | 1 | -0/+8 | |
| * | | | | | | | netfilter: Use flowi4 and flowi6 in xt_TCPMSS | David S. Miller | 2011-03-13 | 1 | -5/+10 | |
| * | | | | | | | netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_main | David S. Miller | 2011-03-13 | 1 | -12/+20 | |
| * | | | | | | | ipv4: Use flowi4 in UDP | David S. Miller | 2011-03-13 | 1 | -6/+8 | |
| * | | | | | | | netfilter: Use flowi4 in nf_nat_standalone.c | David S. Miller | 2011-03-13 | 1 | -4/+5 | |
| * | | | | | | | ipv4: Use flowi4 in ipmr code. | David S. Miller | 2011-03-13 | 1 | -16/+17 | |
| * | | | | | | | ipv4: Use flowi4 in FIB layer. | David S. Miller | 2011-03-13 | 3 | -30/+31 | |
| * | | | | | | | ipv4: Use flowi4 in public route lookup interfaces. | David S. Miller | 2011-03-13 | 14 | -224/+231 | |
| * | | | | | | | ipv4: Use struct flowi4 internally in routing lookups. | David S. Miller | 2011-03-13 | 1 | -115/+115 | |
| * | | | | | | | ipv4: Pass ipv4 flow objects into fib_lookup() paths. | David S. Miller | 2011-03-13 | 7 | -20/+28 | |
| * | | | | | | | net: Add flowiX_to_flowi() shorthands. | David S. Miller | 2011-03-13 | 1 | -0/+15 | |
| * | | | | | | | net: Break struct flowi out into AF specific instances. | David S. Miller | 2011-03-13 | 6 | -69/+69 | |
| * | | | | | | | net: Make flowi ports AF dependent. | David S. Miller | 2011-03-13 | 28 | -129/+139 | |
| * | | | | | | | net: Create union flowi_uli | David S. Miller | 2011-03-13 | 1 | -23/+25 | |
| * | | | | | | | net: Create struct flowi_common | David S. Miller | 2011-03-13 | 1 | -9/+21 | |
| * | | | | | | | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2011-03-13 | 56 | -351/+365 | |
| * | | | | | | | xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). | David S. Miller | 2011-03-13 | 1 | -19/+3 | |
| * | | | | | | | net: Remove unnecessary padding in struct flowi | David S. Miller | 2011-03-13 | 1 | -10/+10 | |
| * | | | | | | | ipv4: Create and use route lookup helpers. | David S. Miller | 2011-03-13 | 23 | -326/+206 | |
| * | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 2011-03-12 | 29 | -469/+1316 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ixgbe: DCB, PFC not cleared until reset occurs | John Fastabend | 2011-03-12 | 2 | -51/+47 | |
| | * | | | | | | | ixgbe: add support for VF Transmit rate limit using iproute2 | Lior Levy | 2011-03-12 | 5 | -2/+93 | |
| | * | | | | | | | ixgbe: DCB, set minimum bandwidth per traffic class | John Fastabend | 2011-03-12 | 1 | -1/+1 |