aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-next-2.6 into for-davemJohn 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/net-2.6David 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
2011-03-09ipv4: Fix erroneous uses of ifa_address.David S. Miller1-3/+3
2011-03-09mac80211: update minstrel_ht sample rate when probe is setDaniel Halperin1-10/+5
2011-03-09net/wireless: add COUNTRY to to regulatory device ueventScott James Remnant2-11/+29
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont2-37/+0
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2-133/+141
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont1-8/+7
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2-173/+121
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont1-152/+73
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont1-14/+11
2011-03-09Phonet: return an error when packet TX failsRémi Denis-Courmont1-5/+3
2011-03-09Phonet: fix NULL dereference on TX path with implicit sourceRémi Denis-Courmont1-3/+2
2011-03-08inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller1-9/+9
2011-03-08dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard1-3/+4
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2-4/+12
2011-03-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller1-0/+14
2011-03-08ipv4: Fix scope value used in route src-address caching.David S. Miller1-2/+3
2011-03-07ipv4: Cache source address in nexthop entries.David S. Miller2-7/+26
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou1-0/+14
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer6-18/+1
2011-03-07af_packet: struct socket declared/assigned but unusedHagen Paul Pfeifer1-3/+0
2011-03-07mcast: net_device dev not usedHagen Paul Pfeifer1-6/+0
2011-03-07net: allow handlers to be processed for orig_devJiri Pirko1-1/+2
2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat1-4/+13
2011-03-07ipv4: Inline fib_semantic_match into check_leafDavid S. Miller3-75/+51
2011-03-07ipv4: Validate route entry type at insert instead of every lookup.David S. Miller1-26/+28
2011-03-07net: Enter net/ipv6/ even if CONFIG_IPV6=nThomas Graf1-3/+1
2011-03-07mac80211: fix scan race, simplify codeJohannes Berg1-40/+24
2011-03-07mac80211: Add log message to ieee80211_restart_hw()Michael Buesch1-0/+3
2011-03-07mac80211: remove unused macrosShan Wei3-5/+0
2011-03-07Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller24-1232/+1634