aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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