summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* [PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller2006-09-061-0/+2
* [PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien2006-09-061-0/+2
* [IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki2006-09-061-13/+16
* Fix sctp_primitive_ABORT() call in sctp_close()Sridhar Samudrala2006-09-051-3/+7
* ethtool: fix oops in ethtool_set_pauseparam()Willy Tarreau2006-08-311-1/+1
* ETHTOOL: Fix UFO typoHerbert Xu2006-08-311-1/+2
* ip_tables: fix table locking in ipt_do_tablePatrick McHardy2006-08-302-2/+4
* ulog: fix panic on SMP kernelsMark Huang2006-08-263-0/+11
* SCTP: Send only 1 window update SACK per message.Tsutomu Fujii2006-08-261-2/+28
* SCTP: Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich2006-08-261-0/+1
* SCTP: Limit association max_retrans setting in setsockopt.Vlad Yasevich2006-08-261-1/+25
* SCTP: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman2006-08-261-1/+9
* SCTP: Reject sctp packets with broadcast addresses.Vlad Yasevich2006-08-264-5/+14
* Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2006-08-233-38/+22
* ieee80211: TKIP requires CRC32Chuck Ebbert2006-08-081-0/+1
* [PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IP...YOSHIFUJI Hideaki2006-07-171-0/+3
* [PATCH] IPV6: Fix source address selection.$,1 aukasz Stelmach2006-07-171-0/+6
* [PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chun...Patrick McHardy2006-06-302-2/+2
* [PATCH] xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)Patrick McHardy2006-06-201-1/+1
* [PATCH] NETFILTER: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2006-05-302-0/+2
* [PATCH] NETFILTER: SNMP NAT: fix memory corruption (CVE-2006-2444)Patrick McHardy2006-05-221-8/+7
* [PATCH] SCTP: Validate the parameter length in HB-ACK chunk (CVE-2006-1857)Vladislav Yasevich2006-05-201-0/+6
* [PATCH] Netfilter: do_add_counters race, possible oops or info leak (CVE-2006...Chris Wright2006-05-203-3/+3
* [PATCH] SCTP: Prevent possible infinite recursion with multiple bundled DATA....Vladislav Yasevich2006-05-091-2/+25
* [PATCH] SCTP: Allow spillover of receive buffer to avoid deadlock. (CVE-2006-...Neil Horman2006-05-092-10/+37
* [PATCH] SCTP: Fix state table entries for chunks received in CLOSED state. (C...Sridhar Samudrala2006-05-091-5/+5
* [PATCH] SCTP: Fix panic's when receiving fragmented SCTP control chunks. (CVE...Sridhar Samudrala2006-05-091-5/+8
* [PATCH] NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527)Patrick McHardy2006-05-022-8/+14
* [PATCH] IPV6: XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki / 吉藤英明2006-04-241-2/+2
* [PATCH] IPV6: XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki / 吉藤英明2006-04-241-1/+3
* [PATCH] IPV6: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki / 吉藤英明2006-04-241-0/+12
* [PATCH] Fix hotplug race during device registrationThomas de Grenier de Latour2006-04-241-1/+1
* [PATCH] Fix truesize underflowHerbert Xu2006-04-241-1/+3
* [PATCH] ip_route_input panic fix (CVE-2006-1525)Stephen Hemminger2006-04-181-1/+4
* [PATCH] atm: clip causes unregister hangStephen Hemminger2006-04-171-15/+27
* [PATCH] NETFILTER: Fix fragmentation issues with bridge netfilterPatrick McHardy2006-04-172-5/+14
* [PATCH] fib_trie.c node freeing fixDavid S. Miller2006-04-071-6/+6
* [PATCH] {ip, nf}_conntrack_netlink: fix expectation notifier unregistrationMartin Josefsson2006-04-072-2/+2
* [PATCH] NET: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.David S. Miller2006-03-271-2/+3
* [PATCH] TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2...Alexey Kuznetsov2006-03-271-5/+1
* [AX.25]: Fix potencial memory hole.Ralf Baechle DL5RB2006-03-191-1/+1
* [PATCH] ieee80211: Fix QoS is not active problemHong Liu2006-03-151-2/+2
* [PATCH] ieee80211: Fix CCMP decryption problem when QoS is enabledZhu Yi2006-03-151-1/+1
* [PATCH] SUNRPC: Fix potential deadlock in RPC codeTrond Myklebust2006-03-141-8/+5
* [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.cAdrian Bunk2006-03-141-1/+2
* [TCP]: Fix zero port problem in IPv6Herbert Xu2006-03-131-1/+5
* [NETFILTER]: arp_tables: fix NULL pointer dereferencePatrick McHardy2006-03-121-1/+1
* [IPV4/6]: Fix UFO error propagationPatrick McHardy2006-03-122-6/+8
* [TCP]: tcp_highspeed: fix AIMD table out-of-bounds accessPatrick McHardy2006-03-121-1/+1
* [NETLINK]: Fix use-after-free in netlink_recvmsgPatrick McHardy2006-03-121-2/+3