summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-19sctp: Make sure N * sizeof(union sctp_addr) does not overflow. (CVE-2008-2826)David S. Miller1-1/+3
2008-07-14sit: Add missing kfree_skb() on pskb_may_pull() failure. (CVE-2008-2136)David S. Miller1-1/+1
2008-07-14[NETFILTER]: Fix warnings in ip_nat_snmp_basic.cDavid S. Miller1-1/+4
2008-07-14asn1: additional sanity checking during BER decoding (CVE-2008-1673)Chris Wright1-0/+14
2008-07-14TCP: Fix shrinking windows with window scalingPatrick McHardy1-1/+1
2008-03-19[DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf1-1/+4
2008-01-21[ATM]: Check IP header validity in mpc_send_packetHerbert Xu1-0/+7
2008-01-20[IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet1-4/+4
2008-01-16[IPSEC]: Avoid undefined shift operation when testing algorithm IDHerbert Xu1-2/+12
2008-01-16[IRDA]: irda_create() nuke user triggable printkMaximilian Attems1-2/+0
2008-01-16[INET]: Fix netdev renaming and inet address labelsMark McLoughlin1-1/+1
2008-01-16[IPV4] raw: Strengthen check on validity of iph->ihlHerbert Xu1-1/+3
2008-01-16[IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov1-1/+10
2008-01-06[PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin1-1/+1
2007-12-09ipv4/arp.c:arp_process(): remove bogus #ifdef messAdrian Bunk1-19/+0
2007-11-13[NETLINK]: Fix unicast timeoutsPatrick McHardy1-5/+5
2007-11-13[PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks.Radu Rendec1-2/+2
2007-11-13[PKT_SCHED]: Fix OOPS when removing devices from a teql queuing disciplineEvgeniy Polyakov1-0/+3
2007-11-12[INET_DIAG]: Fix oops in netlink_rcv_skbPatrick McHardy1-1/+9
2007-11-12[IPV6]: Fix unbalanced socket reference with MSG_CONFIRM.YOSHIFUJI Hideaki1-1/+1
2007-11-03[PKTGEN]: srcmac fixAdit Ranadive1-0/+10
2007-11-02[SNAP]: Check packet length before readingHerbert Xu1-5/+12
2007-11-02[NET]: gen_estimator deadlock fixRanko Zivojnovic1-32/+49
2007-11-02[ICMP]: Fix icmp_errors_use_inbound_ifaddr sysctlPatrick McHardy1-3/+9
2007-11-02[IEEE80211]: avoid integer underflow for runt rx frames (CVE-2007-4997)John W. Linville1-0/+6
2007-10-18[TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKedIlpo Järvinen1-0/+3
2007-10-18[NET]: Zero length write() on socket should not simply return 0.David S. Miller1-2/+0
2007-10-18[PKT_SCHED] cls_u32: error code isn't been propogated properlyStephen Hemminger1-1/+1
2007-10-12Revert "TCP: Fix TCP handling of SACK in bidirectional flows"Adrian Bunk1-4/+1
2007-10-06unexport ip_conntrack_{,un}register_notifierAdrian Bunk1-2/+0
2007-10-06unexport neigh_update_hhsAdrian Bunk1-1/+0
2007-10-06[IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.Nick Bowler1-1/+1
2007-09-24TCP: Fix TCP handling of SACK in bidirectional flowsIlpo Järvinen1-1/+4
2007-07-22[IPV6]: MSG_ERRQUEUE messages do not pass to connected raw socketsDmitry Butskoy1-1/+1
2007-07-22[NET]: Fix gen_estimator timer removal racePatrick McHardy1-1/+2
2007-07-22SCTP: Add scope_id validation for link-local bindsVlad Yasevich1-0/+4
2007-07-22[NET] skbuff: remove export of static symbolJohannes Berg1-1/+0
2007-07-22[NETFILTER]: nf_conntrack: don't track locally generated special ICMP errorYasuyuki Kozakai1-17/+5
2007-07-22[TCP]: Use default 32768-61000 outgoing port range in all cases.Mark Glines2-6/+1
2007-07-22[NET]: "wrong timeout value" in sk_wait_data() v2Vasily Averin1-1/+13
2007-07-22[IPV4]: Correct rp_filter help text.Dave Jones1-3/+3
2007-07-22[NETFILTER]: {ip,nf}_conntrack_sctp: fix remotely triggerable NULL ptr derefe...Patrick McHardy2-2/+4
2007-05-23[NET_SCHED]: prio qdisc boundary conditionJamal Hadi Salim1-1/+1
2007-05-23[IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter1-1/+1
2007-05-23[IPV6]: Send ICMPv6 error on scope violations.David L Stevens1-3/+10
2007-05-23[TCP]: zero out rx_opt in tcp_disconnect()Srinivas Aji1-2/+1
2007-05-23[IPV6]: Track device renames in snmp6.Stephen Hemminger2-2/+5
2007-05-23[IPV6]: Fix slab corruption running ip6sicEric Sesterhenn1-1/+1
2007-05-05[X.25]: Add missing sock_put in x25_receive_dataAndrew Hendry1-0/+1
2007-05-04[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry functionJaroslav Kysela1-2/+0