aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-09irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+11
2010-12-18net: packet: fix information leak to userlandWilly Tarreau1-0/+1
2010-12-13econet: fix CVE-2010-3850Phil Blundell1-0/+3
2010-12-13econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell1-14/+6
2010-12-12econet: fix CVE-2010-3848Phil Blundell1-14/+25
2010-12-12x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg1-1/+9
2010-12-12irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2010-12-12rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-09-06net: atm/clip does not work anymore as a moduleWilly Tarreau1-0/+1
2010-09-05irda: Sock leak on error path in irda_create.Pavel Emelyanov1-8/+10
2010-09-05irda: correctly free memory on irda_bind() failureWilly Tarreau1-3/+30
2010-08-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-7/+54
2010-08-28SCTP: Fix to encode PROTOCOL VIOLATION error cause correctlyWei Yongjun2-24/+55
2010-08-28sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun1-1/+4
2010-08-28net: permanent NUD pins ethernet interfaces when ATM is compiled in.Sylvain Rochet2-4/+21
2009-11-07AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama1-0/+3
2009-11-07net: Make the copy length in af_packet sockopt handler unsignedArjan van de Ven1-2/+2
2009-11-07net ax25: Fix signed comparison in the sockopt handlerArjan van de Ven1-1/+1
2009-11-07netlink: fix typo in initializationJiri Pirko1-1/+1
2009-11-07appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo3-28/+40
2009-09-13rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-13netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-13irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-13econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-13appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
2009-09-07tc: Fix unitialized kernel memory leakEric Dumazet1-0/+2
2009-09-07[NETLINK]: Missing padding fields in dumped structuresPatrick McHardy2-0/+2
2009-09-07[NETLINK]: Clear padding in netlink messagesPatrick McHardy1-0/+1
2009-09-07[NETLINK]: Missing initializations in dumped dataPatrick McHardy8-2/+19
2009-08-14net: fix possible NULL dereference in sock_sendpage()Willy Tarreau1-0/+3
2009-07-20br2684: fix double freeing skbFrank Seidel1-1/+1
2009-07-20br2684: allocation out of atomic contextArne Redlich1-5/+5
2009-07-20vlan: Slab memleak fixArne Redlich1-1/+21
2009-06-07net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+3
2009-06-07ipv6: Disallow rediculious flowlabel option sizes.David S. Miller1-2/+6
2009-06-07sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun1-0/+14
2009-04-13net: Fix soft lockups/OOM issues w/ unix garbage collector (CVE-2008-5300)Willy Tarreau2-0/+23
2009-04-13af_rose/x25: Sanity check the maximum user frame sizeAlan Cox3-1/+13
2008-12-06ATM: ensure we don't listen twice on a socketWilly Tarreau1-0/+4
2008-11-09net: Fix recursive descent in __scm_destroy().David Miller1-3/+21
2008-11-09netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-11-08backport vlan device unregister fixMarcel Sebek1-1/+0
2008-11-08netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki KOZAKAI2-4/+8
2008-09-21tcp: Clear probes_out more aggressively in tcp_ack().Gilles Espinasse1-2/+1
2008-09-06sctp: Make sure N * sizeof(union sctp_addr) does not overflow (CVE-2008-2826)David S. Miller1-1/+3
2008-09-06sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich1-7/+15
2008-09-06sctp: Do not leak memory on multiple listen() callsVlad Yasevich1-2/+3
2008-09-06ipv6: use timer pendingStephen Hemminger1-1/+1
2008-07-20Correct the upto value during list conntrack informationXiong Wu1-1/+4
2008-07-20linux-2.4 CLASSIFY patch.Unknown3-0/+84
2008-07-20asn1: additional sanity checking during BER decoding (CVE-2008-1673)Chris Wright1-1/+15
2008-07-20sit: Add missing kfree_skb() on pskb_may_pull() failure (CVE-2008-2136)David S. Miller1-1/+1
2008-07-20[TCP]: Fix shrinking windows with window scalingPatrick McHardy1-1/+5
2008-07-20[PATCH] ip-pnp-dhcp: wait lazily when doing dhcp for diskless systemsJesse Brandeburg1-2/+2
2007-12-08[PATCH] net/ipv4/arp.c: Fix arp reply when sender ip 0Jonas Danielsson1-1/+2
2007-11-11[PATCH] ATM: avoid kernel panic upon access to /proc/net/atm/arpWilly Tarreau1-0/+3
2007-11-11[PATCH] Bridge STP timer fixesStephen Hemminger1-2/+3
2007-07-22[PATCH] Fix divide by 0 in vegas_cong_avoid()Lior Dotan1-0/+1
2007-06-06[PATCH] Bluetooth: correct fix for CVE-2007-1353Willy Tarreau1-1/+1
2007-04-22[PATCH] recent patch to fib_semantics broke buildUrs Thermann1-4/+2
2007-04-18[Bluetooth] Fix L2CAP and HCI setsockopt() information leaks (CVE-2007-1353)Willy Tarreau2-0/+6
2007-04-14[PATCH] Fix TCP receiver side SWS handlingWilly Tarreau1-0/+3
2007-04-14[IPv4] fib: Fix out of bound access of fib_props[]Willy Tarreau1-1/+6
2007-04-14[DECNet] fib: Fix out of bound access of dn_fib_props[]Willy Tarreau1-1/+4
2007-03-22[PATCH] IPV6: ipv6_fl_socklist is inadvertently shared.Willy Tarreau1-0/+1
2007-02-25[PATCH] fix missing parenthesis in unused macro in ip_nat_standaloneWilly Tarreau1-1/+1
2007-02-03[NET] ethernet: Fix first packet goes out with MAC 00:00:00:00:00:00Christian Praehauser1-6/+6
2006-12-14[PATCH] [Bluetooth] Add packet size checks for CAPI messages (CVE-2006-6106)Marcel Holtmann1-6/+33
2006-11-19[PATCH] knfsd: Fix race that can disable NFS server.NeilBrown1-1/+1
2006-11-04[PATCH] SCTP: Always linearise packet on inputHerbert Xu1-0/+3
2006-11-01[BRIDGE]: netfilter deadlockStephen Hemminger1-2/+2
2006-10-09[NETFILTER]: Fix deadlock on NAT helper unloadPatrick McHardy1-7/+1
2006-09-28[PATCH] Backport fix for CVE-2006-4997 to 2.4 treedann frazier1-0/+2
2006-09-18Merge branch 'gcc4'Willy Tarreau4-10/+6
2006-08-30[PATCH] [SCTP] Fix sctp_primitive_ABORT() call in sctp_close()dann frazier1-3/+7
2006-08-27[PATCH] [SCTP] Local privilege elevation - CVE-2006-3745Sridhar Samudrala3-38/+22
2006-08-13[GCC4] fix build error in net/khttpd/prototypes.hWilly Tarreau1-1/+0
2006-08-13[GCC4] fix build error in net/ipv6/sysctl_net_ipv6.cWilly Tarreau1-7/+4
2006-08-13[GCC4] fix build error in net/ipv6/ip6_fib.cWilly Tarreau1-1/+1
2006-08-13[GCC4] fix build error in include/net/irda/qos.hWilly Tarreau1-1/+1
2006-08-10[PKTGEN] : fix an oops when used with bonding driver (Tien ChenLi)Willy Tarreau1-0/+2
2006-07-05[PATCH] ethtool: two oopses in ethtool_set_coalesce() and ethtool_set_pausepa...Willy Tarreau1-2/+2
2006-06-19[NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0...Solar Designer3-3/+3
2006-06-19[SCTP]: Validate the parameter length in HB-ACK chunk. (CVE-2006-1857)Vlad Yasevich1-0/+6
2006-05-29[NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev3-0/+21
2006-05-28[SCTP]: Fix panic's when receiving fragmented SCTP control chunks. (CVE-2006-...Sridhar Samudrala1-5/+8
2006-05-28[SCTP]: Prevent possible infinite recursion with multiple bundled DATA. (CVE-...Vladislav Yasevich1-2/+25
2006-05-28[IPV4]: ip_route_input panic fix (CVE-2006-1525)Stephen Hemminger1-1/+4
2006-05-28[SCTP]: Fix state table entries for chunks received in CLOSED state. (CVE-200...Sridhar Samudrala1-5/+5
2006-05-23[NETFILTER]: SNMP NAT: fix memory corruptionPatrick McHardy1-8/+7
2006-05-07[PATCH] fix mem-leak in netfilterJesper Juhl1-1/+1
2006-05-07[PATCH] Neighbour Cache (ARP) State machine bug FixedPradeep Vincent1-0/+9
2006-04-15[PATCH] VLAN: Add two missing checks to vlan_ioctl_handler()Mika Kukkonen1-1/+5
2006-03-15[PATCH] Fix small information leak in SO_ORIGINAL_DST and getname()Pavel Kankovsky2-0/+2
2006-03-10[PATCH] ip_queue: Fix wrong skb->len == nlmsg_len assumptionDavid S. Miller2-2/+2
2005-12-26[IPV6] mcast: IPV6 side of IGMP DoS fix.David S. Miller1-0/+5
2005-12-26[IGMP]: workaround for IGMP v1/v2 bugDavid Stevens1-0/+4
2005-12-09[PATCH] IPv6: fix refcnt of struct ip6_flowlabelYan Zheng1-1/+1
2005-12-09[PATCH] IPv6: small fix for ip6_mc_msfilterWilly Tarreau2-4/+10
2005-11-07[PATCH] fix missing refcnt put with expire_nodest_connRoberto Nibali1-4/+3
2005-10-31[PATCH] Clear stale pred_flags when snd_wnd changeHerbert Xu1-0/+1
2005-10-31[PATCH] Fix infinite loop in udp_v6_get_port()Horms1-1/+3
2005-09-29[MCAST]: Fix MCAST_EXCLUDE line dupesDenis Lukianov2-2/+2
2005-09-29[IPVS]: really invalidate persistent templatesJulian Anastasov1-1/+1
2005-09-29[IPVS]: ip_vs_ftp breaks connections using persistenceJulian Anastasov3-19/+61
2005-09-29[TCP]: Don't over-clamp window in tcp_clamp_window()Alexey Kuznetsov1-2/+0
2005-09-06[NETFILTER]: Handle NAT module load racePatrick McHardy2-2/+27
2005-08-23[IPV4]: Fix negative timer loop with lots of ipv4 peers.Dave Johnson1-4/+7
2005-08-19[IPV6]: Route events reported with wrong netlink PID and seq numberHasso Tepper4-54/+58
2005-07-31[NETFILTER]: Use correct byteorder in ICMP NATPatrick McHardy1-3/+4
2005-07-31[NETFILTER]: Fix potential memory corruption in NAT code (aka memory NAT)Patrick McHardy2-2/+4
2005-07-31[NETFILTER]: Fix ip6t_LOG sit tunnel loggingPatrick McHardy1-34/+24
2005-07-31[NETFILTER]: Restore netfilter assumption in IPv6 multicastPatrick McHardy1-20/+26
2005-07-31[NETFILTER]: Fix deadlock with ip_queue/ip6_queuePatrick McHardy2-0/+4
2005-07-31[NETFILTER]: Ignore PSH on SYN/ACK in ipt_uncleanPatrick McHardy1-0/+1
2005-07-26[IPVS]: Close race conditions on ip_vs_conn_tab list modificationNeil Horman1-21/+4
2005-07-26[NETLINK]: Fix two socket hashing bugs.David S. Miller1-2/+7
2005-07-07Revert [NETLINK]: Fix two socket hashing bugs.Marcelo Tosatti1-2/+2
2005-06-26[NETLINK]: Fix two socket hashing bugs.David S. Miller1-2/+2
2005-06-02initial v2.4 GIT importMarcelo562-0/+293962