summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-11-05[NETFILTER]: Fix ip6_tables extension header bypass bug (CVE-2006-4572)Patrick McHardy6-11/+39
2006-11-05[NETFILTER]: Fix ip6_tables protocol bypass bug (CVE-2006-4572)Patrick McHardy1-4/+6
2006-11-05knfsd: Fix race that can disable NFS server.Neil Brown1-1/+1
2006-11-05[IPV6]: fix lockup via /proc/net/ip6_flowlabel (CVE-2006-5619)James Morris1-0/+2
2006-11-05fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-10-14PKT_SCHED: cls_basic: Use unsigned int when generating handleKim Nordlund1-1/+1
2006-10-14[ATM] CLIP: Do not refer freed skbuff in clip_mkip() (CVE-2006-4997)YOSHIFUJI Hideaki1-0/+2
2006-10-13IPV6: Sum real space for RTAs.YOSHIFUJI Hideaki1-4/+24
2006-09-06[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller1-0/+2
2006-09-06[PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien1-0/+2
2006-09-06[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki1-13/+16
2006-09-05Fix sctp_primitive_ABORT() call in sctp_close()Sridhar Samudrala1-3/+7
2006-09-01ethtool: fix oops in ethtool_set_pauseparam()Willy Tarreau1-1/+1
2006-08-31ETHTOOL: Fix UFO typoHerbert Xu1-1/+2
2006-08-30ip_tables: fix table locking in ipt_do_tablePatrick McHardy2-2/+4
2006-08-26ulog: fix panic on SMP kernelsMark Huang3-0/+11
2006-08-26SCTP: Send only 1 window update SACK per message.Tsutomu Fujii1-2/+28
2006-08-26SCTP: Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-0/+1
2006-08-26SCTP: Limit association max_retrans setting in setsockopt.Vlad Yasevich1-1/+25
2006-08-26SCTP: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman1-1/+9
2006-08-26SCTP: Reject sctp packets with broadcast addresses.Vlad Yasevich4-5/+14
2006-08-23Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala3-38/+22
2006-08-09ieee80211: TKIP requires CRC32Chuck Ebbert1-0/+1
2006-07-17[PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IP...YOSHIFUJI Hideaki1-0/+3
2006-07-17[PATCH] IPV6: Fix source address selection.$,1 aukasz Stelmach1-0/+6
2006-07-01[PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chun...Patrick McHardy2-2/+2
2006-06-20[PATCH] xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)Patrick McHardy1-1/+1
2006-05-31[PATCH] NETFILTER: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2-0/+2
2006-05-22[PATCH] NETFILTER: SNMP NAT: fix memory corruption (CVE-2006-2444)Patrick McHardy1-8/+7
2006-05-21[PATCH] SCTP: Validate the parameter length in HB-ACK chunk (CVE-2006-1857)Vladislav Yasevich1-0/+6
2006-05-21[PATCH] Netfilter: do_add_counters race, possible oops or info leak (CVE-2006...Chris Wright3-3/+3
2006-05-09[PATCH] SCTP: Prevent possible infinite recursion with multiple bundled DATA....Vladislav Yasevich1-2/+25
2006-05-09[PATCH] SCTP: Allow spillover of receive buffer to avoid deadlock. (CVE-2006-...Neil Horman2-10/+37
2006-05-09[PATCH] SCTP: Fix state table entries for chunks received in CLOSED state. (C...Sridhar Samudrala1-5/+5
2006-05-09[PATCH] SCTP: Fix panic's when receiving fragmented SCTP control chunks. (CVE...Sridhar Samudrala1-5/+8
2006-05-03[PATCH] NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527)Patrick McHardy2-8/+14
2006-04-24[PATCH] IPV6: XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2006-04-24[PATCH] IPV6: XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki / 吉藤英明1-1/+3
2006-04-24[PATCH] IPV6: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki / 吉藤英明1-0/+12
2006-04-24[PATCH] Fix hotplug race during device registrationThomas de Grenier de Latour1-1/+1
2006-04-24[PATCH] Fix truesize underflowHerbert Xu1-1/+3
2006-04-19[PATCH] ip_route_input panic fix (CVE-2006-1525)Stephen Hemminger1-1/+4
2006-04-18[PATCH] atm: clip causes unregister hangStephen Hemminger1-15/+27
2006-04-18[PATCH] NETFILTER: Fix fragmentation issues with bridge netfilterPatrick McHardy2-5/+14
2006-04-07[PATCH] fib_trie.c node freeing fixDavid S. Miller1-6/+6
2006-04-07[PATCH] {ip, nf}_conntrack_netlink: fix expectation notifier unregistrationMartin Josefsson2-2/+2
2006-03-28[PATCH] NET: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.David S. Miller1-2/+3
2006-03-28[PATCH] TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2...Alexey Kuznetsov1-5/+1
2006-03-20[AX.25]: Fix potencial memory hole.Ralf Baechle DL5RB1-1/+1
2006-03-16[PATCH] ieee80211: Fix QoS is not active problemHong Liu1-2/+2