summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2008-04-073-6/+23
| * | [TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen2008-04-071-4/+18
| * | [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen2008-04-071-8/+8
| |/
| * Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-04-043-8/+5
| |\
| | * fix endian lossage in forcedethAl Viro2008-04-041-3/+2
| | * net/tokenring/olympic.c section fixesAdrian Bunk2008-04-041-3/+3
| | * net: marvell.c fix sparse shadowed variable warningHarvey Harrison2008-04-041-2/+0
| * | [VLAN]: Fix egress priority mappings leak.Pavel Emelyanov2008-04-041-0/+15
| |/
| * [TG3]: Add PHY workaround for 5784Matt Carlson2008-04-032-14/+219
| * [NET]: srandom32 fixes for networking v2Andi Kleen2008-04-031-4/+9
| * [IPV6]: Fix refcounting for anycast dst entries.Denis V. Lunev2008-04-031-7/+2
| * [IPV6]: inet6_dev on loopback should be kept until namespace stop.Denis V. Lunev2008-04-031-1/+1
| * [IPV6]: Event type in addrconf_ifdown is mis-used.Denis V. Lunev2008-04-031-5/+5
| * [ICMP]: Ensure that ICMP relookup maintains status quoHerbert Xu2008-04-032-21/+25
* | [SKB]: __skb_queue_tail = __skb_insert beforeGerrit Renker2008-04-141-8/+8
* | [SKB]: __skb_append = __skb_queue_after Gerrit Renker2008-04-144-12/+6
* | [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)Gerrit Renker2008-04-141-22/+12
* | [SKB]: __skb_dequeue = skb_peek + __skb_unlinkGerrit Renker2008-04-141-31/+16
* | [IPV6] MROUTE: Add stats in multicast routing module method ip6_mr_forward().Rami Rosen2008-04-131-1/+1
* | [NET]: Sink IPv6 menuoptions into its own submenuJan Engelhardt2008-04-131-15/+8
* | [IPV6]: Share common code-paths for sticky socket options.YOSHIFUJI Hideaki2008-04-131-39/+25
* | [IPV6] MROUTE: Do not call ipv6_find_idev() directly.YOSHIFUJI Hideaki2008-04-133-9/+1
* | [NETNS][DCCPV6]: Make per-net socket lookup.Pavel Emelyanov2008-04-131-4/+5
* | [NETNS][DCCPV6]: Actually create ctl socket on each net and use it.Pavel Emelyanov2008-04-131-10/+8
* | [NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net.Pavel Emelyanov2008-04-132-8/+9
* | [NETNS][DCCPV6]: Add dummy per-net operations.Pavel Emelyanov2008-04-131-0/+22
* | [NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup.Pavel Emelyanov2008-04-131-1/+1
* | [NETNS][DCCPV4]: Enable DCCPv4 in net namespaces.Pavel Emelyanov2008-04-131-0/+1
* | [NETNS][DCCPV4]: Make per-net socket lookup.Pavel Emelyanov2008-04-131-4/+5
* | [NETNS][DCCPV4]: Use proper net to route the reset packet.Pavel Emelyanov2008-04-131-3/+3
* | [NETNS][DCCPV4]: Actually create ctl socket on each net and use it.Pavel Emelyanov2008-04-131-10/+8
* | [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net.Pavel Emelyanov2008-04-132-10/+13
* | [NETNS][DCCPV4]: Add dummy per-net operations.Pavel Emelyanov2008-04-131-0/+21
* | [NETNS]: Add an empty netns_dccp structure on struct net.Pavel Emelyanov2008-04-132-0/+11
* | [TCP]: Remove owner from tcp_seq_afinfo.Denis V. Lunev2008-04-133-4/+6
* | [TCP]: Place file operations directly into tcp_seq_afinfo.Denis V. Lunev2008-04-133-12/+7
* | [TCP]: Cleanup /proc/tcp[6] creation/removal.Denis V. Lunev2008-04-131-34/+7
* | [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.Denis V. Lunev2008-04-133-9/+12
* | [TCP]: No need to check afinfo != NULL in tcp_proc_(un)register.Denis V. Lunev2008-04-131-4/+0
* | [TCP]: Replace struct net on tcp_iter_state with seq_net_private.Denis V. Lunev2008-04-132-7/+6
* | [ATM] drivers/atm/horizon.c: stop inlining largish static functionsDenys Vlasenko2008-04-131-12/+12
* | [INET]: sk_reuse is valboolGerrit Renker2008-04-131-2/+0
* | [TIPC]: Improve socket time conversionsAllan Stephens2008-04-131-4/+5
* | [TIPC]: Remove redundant socket wait queue initializationAllan Stephens2008-04-131-1/+0
* | Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/...David S. Miller2008-04-1220-238/+264
|\ \
| * | [IPV6]: Fix IPV6_RECVERR for connected raw sockets.YOSHIFUJI Hideaki2008-04-121-2/+4
| * | [IPv6]: Change IPv6 unspecified destination address to ::1 for raw and un-con...Brian Haley2008-04-122-11/+8
| * | [IPV6] MROUTE: Adjust IPV6 multicast routing module to use mroute6 header dec...Rami Rosen2008-04-121-22/+13
| * | [IPV6]: Check length of int/boolean optval provided by user in setsockopt().YOSHIFUJI Hideaki2008-04-121-7/+61
| * | [IPV6]: Check length of optval provided by user in setsockopt().Wang Chen2008-04-121-2/+8
OpenPOWER on IntegriCloud