summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-03-13tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2-11/+3
2011-03-13tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker4-9/+9
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens3-12/+0
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens3-23/+6
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens5-55/+70
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens6-55/+7
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens5-42/+33
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens3-6/+8
2011-03-13tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens1-15/+17
2011-03-13tipc: Cosmetic changes to node subscription codeAllan Stephens4-13/+27
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2-8/+10
2011-03-13tipc: Add network address mask helper routinesAllan Stephens3-7/+16
2011-03-13tipc: Correct broadcast link peer info when displaying linksAllan Stephens1-1/+1
2011-03-13tipc: Allow receiving into iovec containing multiple entriesAllan Stephens1-23/+15
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller6-170/+177
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller12-51/+51
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller28-600/+602
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller10-32/+32
2011-03-12ipv4: Kill fib_semantic_match declaration from fib_lookup.hDavid S. Miller1-3/+0
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller5-64/+77
2011-03-12netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller1-5/+10
2011-03-12netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller1-12/+20
2011-03-12ipv4: Use flowi4 in UDPDavid S. Miller1-6/+8
2011-03-12netfilter: Use flowi4 in nf_nat_standalone.cDavid S. Miller1-4/+5
2011-03-12ipv4: Use flowi4 in ipmr code.David S. Miller1-16/+17
2011-03-12ipv4: Use flowi4 in FIB layer.David S. Miller3-30/+31
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller13-165/+172
2011-03-12ipv4: Use struct flowi4 internally in routing lookups.David S. Miller1-115/+115
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller5-17/+17
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller4-10/+10
2011-03-12net: Make flowi ports AF dependent.David S. Miller25-93/+93
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller47-311/+325
2011-03-12xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().David S. Miller1-19/+3
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller14-218/+118
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-338/+647
2011-03-10ipv4: Kill flowi arg to fib_select_multipath()David S. Miller2-3/+3
2011-03-10ipv4: Remove unnecessary test from ip_mkroute_input()David S. Miller1-1/+1
2011-03-10ipv4: Remove redundant RCU locking in ip_check_mc().David S. Miller2-7/+6
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller15-43/+115
2011-03-10ip6ip6: autoload ip6 tunnelstephen hemminger1-0/+1
2011-03-10Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-27/+80
2011-03-10net: bridge builtin vs. ipv6 modularRandy Dunlap1-0/+1
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger12-12/+12
2011-03-09ipv4: Optimize flow initialization in fib_validate_source().David S. Miller1-7/+9
2011-03-09ipv4: Optimize flow initialization in input route lookup.David S. Miller1-6/+8
2011-03-09ipv6: Don't create clones of host routes.David S. Miller1-1/+3
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov4-5/+13
2011-03-09pktgen: fix errata in show resultsDaniel Turull1-1/+1
2011-03-09tcp: ioctl type SIOCOUTQNSD returns amount of data not sentMario Schuknecht1-0/+9
2011-03-09ipv4: Lookup multicast routes by rtable using helper.David S. Miller1-42/+28