summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-03-13Merge branch 'tipc-Mar13-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2011-03-13ipv4: Fix PMTU update.Hiroaki SHIMODA
2011-03-13tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens
2011-03-13tipc: Eliminate remaining support for routing table messagesAllan Stephens
2011-03-13tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens
2011-03-13tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens
2011-03-13tipc: Remove unused field in bearer structureAllan Stephens
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens
2011-03-13tipc: Optimizations to link creation codeAllan Stephens
2011-03-13tipc: Give Tx of discovery responses priority over link messagesAllan Stephens
2011-03-13tipc: Cosmetic changes to neighbor discovery logicAllan Stephens
2011-03-13tipc: Fix redundant link field handling in link protocol messageAllan Stephens
2011-03-13tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens
2011-03-13tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens
2011-03-13tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens
2011-03-13tipc: Cosmetic changes to node subscription codeAllan Stephens
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens
2011-03-13tipc: Add network address mask helper routinesAllan Stephens
2011-03-13tipc: Correct broadcast link peer info when displaying linksAllan Stephens
2011-03-13tipc: Allow receiving into iovec containing multiple entriesAllan Stephens
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Kill fib_semantic_match declaration from fib_lookup.hDavid S. Miller
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller
2011-03-12netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller
2011-03-12netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller
2011-03-12ipv4: Use flowi4 in UDPDavid S. Miller
2011-03-12netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller
2011-03-12ipv4: Use flowi4 in ipmr code.David S. Miller
2011-03-12ipv4: Use flowi4 in FIB layer.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12ipv4: Use struct flowi4 internally in routing lookups.David S. Miller
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().David S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-03-10ipv4: Kill flowi arg to fib_select_multipath()David S. Miller
2011-03-10ipv4: Remove unnecessary test from ip_mkroute_input()David S. Miller