summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev2008-04-151-26/+46
* [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski2008-04-151-0/+3
* [BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy2008-04-141-1/+2
* [NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov2008-04-141-1/+3
* [IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface.YOSHIFUJI Hideaki2008-04-141-2/+1Star
* [IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are...YOSHIFUJI Hideaki2008-04-141-7/+9
* [IPV6]: Fix ipv6 address fetching in raw6_icmp_error().David S. Miller2008-04-141-2/+4
* [NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy2008-04-141-1/+1
* [NET]: Fix kernel-doc for skb_segmentBen Hutchings2008-04-141-2/+2
* [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet2008-04-141-1/+1
* [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event.Pavel Emelyanov2008-04-132-3/+6
* [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-133-5/+7
* [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-133-0/+24
* [SCTP]: Add check for hmac_algo parameter in sctp_verify_param()Wei Yongjun2008-04-131-3/+26
* [NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski2008-04-131-3/+9
* [DCCP]: Fix skb->cb conflicts with IPPatrick McHardy2008-04-134-2/+9
* [AX25]: Potential ax25_uid_assoc-s leaks on module unload.Pavel Emelyanov2008-04-131-0/+2
* [NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano2008-04-111-0/+1
* [IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller2008-04-101-1/+1
* [NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt2008-04-101-0/+2
* [NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy2008-04-101-18/+5Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-04-102-9/+36
|\
| * mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny2008-04-091-8/+35
| * nl80211: fix STA AID bugJohannes Berg2008-04-081-1/+1
* | [XFRM]: xfrm_user: fix selector family initializationPatrick McHardy2008-04-101-1/+1
* | [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-092-24/+48
* | [TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen2008-04-081-0/+5
* | [TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2008-04-082-6/+21
* | [TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen2008-04-081-4/+18
* | [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen2008-04-081-8/+8
|/
* [VLAN]: Fix egress priority mappings leak.Pavel Emelyanov2008-04-041-0/+15
* [IPV6]: Fix refcounting for anycast dst entries.Denis V. Lunev2008-04-031-7/+2Star
* [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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-0242-135/+250
|\
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-023-6/+24
| * [IPV6]: Fix ICMP relookup error path dst leakHerbert Xu2008-04-021-2/+2
| * IPv6: do not create temporary adresses with too short preferred lifetimeBenoit Boissinot2008-04-021-0/+16
| * IPv6: only update the lifetime of the relevant temporary addressBenoit Boissinot2008-04-021-0/+3
| * bluetooth : __rfcomm_dlc_close lock fixDave Young2008-04-022-6/+1Star
| * bluetooth : use lockdep sub-classes for diffrent bluetooth protocolDave Young2008-04-021-0/+40
| * [ROSE/AX25] af_rose: rose_release() fixJarek Poplawski2008-04-021-0/+9
| * mac80211: correct use_short_preamble handlingVladimir Koutny2008-04-011-5/+4Star
| * mac80211: trigger ieee80211_sta_work after opening interfaceJan Niehusmann2008-04-011-0/+12
| * [LLC]: skb allocation size for responsesJoonwoo Park2008-04-015-31/+67
| * [IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki2008-04-011-2/+2
| * [IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki2008-04-011-2/+1Star
| * [LLC]: Kill llc_station_mac_sa symbol export.David S. Miller2008-03-291-1/+0Star
| * [INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2008-03-292-0/+5