summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-02-09sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2011-02-09sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich3-4/+55
2010-12-09econet: fix CVE-2010-3850Phil Blundell1-0/+3
2010-12-09econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell1-18/+8
2010-12-09x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg1-3/+9
2010-12-09can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-12-09memory corruption in X.25 facilities parsingandrew hendry2-4/+6
2010-12-09x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes3-6/+68
2010-12-09ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-12-09net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds1-0/+4
2010-12-09tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-12-09Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overf...Robin Holt3-3/+9
2010-12-09net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-12-09rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-12-09net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-12-09xfrm4: strip ECN and IP Precedence bits in policy lookupUlrich Weber1-2/+2
2010-12-09net: clear heap allocations for privileged ethtool actionsKees Cook1-1/+1
2010-12-09DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2
2010-12-09irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2010-12-09irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2010-10-28wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-20irda: off by oneDan Carpenter1-1/+1
2010-08-26can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-13/+25
2010-08-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-07-05sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-07-05tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman3-53/+11
2010-07-05sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-5/+57
2010-05-26svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2010-04-01tc: Fix unitialized kernel memory leakEric Dumazet1-0/+2
2010-04-01tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()Robert Varga1-1/+1
2010-04-01sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2010-04-01net: unix: fix sending fds in multiple buffersMiklos Szeredi1-1/+4
2010-04-01ax25: Fix possible oops in ax25_make_newJarek Poplawski1-1/+1
2010-01-18netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2010-01-06ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy3-6/+19
2009-11-09netlink: fix typo in initialization (CVE-2009-3612)Jiri Pirko1-1/+1
2009-11-09appletalk: Fix skb leak when ipddp interface is not loaded (CVE-2009-2903)Arnaldo Carvalho de Melo2-28/+35
2009-11-09AF_UNIX: Fix deadlock on connecting to shutdown socket (CVE-2009-3621)Tomoki Sekiyama1-0/+2
2009-10-05netfilter: bridge: refcount fixPatrick McHardy1-1/+1
2009-10-05net: Make the copy length in af_packet sockopt handler unsignedArjan van de Ven1-2/+2
2009-10-05net ax25: Fix signed comparison in the sockopt handlerArjan van de Ven1-1/+1
2009-09-15net: net_assign_generic() fixEric Dumazet1-1/+1
2009-09-08SUNRPC: Fix tcp reconnectionTrond Myklebust2-7/+36
2009-09-08rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-08netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-08NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-09-08irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-08econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-08can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-09-08appletalk: fix atalk_getname() leakEric Dumazet1-0/+1