summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-1015-43/+115
|\
| * ip6ip6: autoload ip6 tunnelstephen hemminger2011-03-101-0/+1
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2011-03-106-27/+80
| |\
| | * net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-104-5/+13
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-03-052-22/+67
| | |\
| | | * libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
| | | * libceph: fix msgr keepalive flagSage Weil2011-03-041-5/+4
| | | * libceph: fix msgr backoffSage Weil2011-03-041-2/+28
| | | * libceph: retry after authorization failureSage Weil2011-03-031-2/+0
| | | * libceph: fix handling of short returns from get_user_pagesSage Weil2011-03-031-5/+13
| * | | net: bridge builtin vs. ipv6 modularRandy Dunlap2011-03-101-0/+1
| * | | ipv6: Don't create clones of host routes.David S. Miller2011-03-091-1/+3
| * | | pktgen: fix errata in show resultsDaniel Turull2011-03-091-1/+1
| * | | ipv4: Fix erroneous uses of ifa_address.David S. Miller2011-03-091-3/+3
| * | | rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2011-03-082-4/+12
| * | | net: fix multithreaded signal handling in unix recv routinesRainer Weikusat2011-03-071-4/+13
| * | | net: Enter net/ipv6/ even if CONFIG_IPV6=nThomas Graf2011-03-071-3/+1
| |/ /
* | | tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-1012-12/+12
* | | ipv4: Optimize flow initialization in fib_validate_source().David S. Miller2011-03-091-7/+9
* | | ipv4: Optimize flow initialization in input route lookup.David S. Miller2011-03-091-6/+8
* | | tcp: ioctl type SIOCOUTQNSD returns amount of data not sentMario Schuknecht2011-03-091-0/+9
* | | ipv4: Lookup multicast routes by rtable using helper.David S. Miller2011-03-091-42/+28
* | | Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont2011-03-092-37/+0
* | | Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2011-03-092-133/+141
* | | Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont2011-03-091-8/+7
* | | Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2011-03-092-173/+121
* | | Phonet: factor common code to send control messagesRémi Denis-Courmont2011-03-091-152/+73
* | | Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont2011-03-091-14/+11
* | | Phonet: return an error when packet TX failsRémi Denis-Courmont2011-03-091-5/+3
* | | Phonet: fix NULL dereference on TX path with implicit sourceRémi Denis-Courmont2011-03-091-3/+2
* | | inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller2011-03-081-9/+9
* | | dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard2011-03-081-3/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-03-081-0/+14
|\ \ \
| * | | vlan: add support to ndo_fcoe_ddp_target()Yi Zou2011-03-071-0/+14
* | | | ipv4: Fix scope value used in route src-address caching.David S. Miller2011-03-081-2/+3
* | | | ipv4: Cache source address in nexthop entries.David S. Miller2011-03-072-7/+26
* | | | af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer2011-03-071-2/+0
* | | | sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-076-18/+1
* | | | af_packet: struct socket declared/assigned but unusedHagen Paul Pfeifer2011-03-071-3/+0
* | | | mcast: net_device dev not usedHagen Paul Pfeifer2011-03-071-6/+0
|/ / /
* | | net: allow handlers to be processed for orig_devJiri Pirko2011-03-071-1/+2
* | | ipv4: Inline fib_semantic_match into check_leafDavid S. Miller2011-03-073-75/+51
* | | ipv4: Validate route entry type at insert instead of every lookup.David S. Miller2011-03-071-26/+28
* | | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-03-0724-1232/+1634
|\ \ \
| * | | batman-adv: Disallow regular interface as mesh deviceSven Eckelmann2011-03-053-12/+36
| * | | batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing2011-03-053-7/+5
| * | | batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-0518-330/+335
| * | | batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-056-22/+22
| * | | batman-adv: remove orig_hash spinlockMarek Lindner2011-03-057-148/+38
| * | | batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2011-03-052-37/+30