summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-27l2tp: Fix sendmsg() return valueGuillaume Nault1-1/+1
2013-06-27l2tp: Fix PPP header erasure and memory leakGuillaume Nault1-2/+2
2013-06-27packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+2
2013-06-27net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-06-27ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-06-27net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski2-24/+56
2013-06-27ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2-2/+2
2013-06-27tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-06-27netlabel: improve domain mapping validationPaul Moore1-0/+69
2013-06-27ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-06-27tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-1/+5
2013-06-07mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-05-19xfrm6: release dev before returning errorCong Wang1-1/+3
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet5-14/+27
2013-05-19bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-05-19net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-05-12ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom1-5/+1
2013-05-08wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2013-05-01net: drop dst before queueing fragmentsEric Dumazet2-6/+22
2013-05-01netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun1-1/+1
2013-05-01tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-05-01rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-05-01netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause1-0/+1
2013-05-01llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-05-01iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2013-05-01irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-05-01caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause1-0/+2
2013-05-01Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-05-01Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-05-01ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-05-01atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-05-01net: fix incorrect credentials passingLinus Torvalds1-4/+10
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-01net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-05-01rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-05-01af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-05-01net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-3/+3
2013-05-01net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-05-01cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-04-26Revert "8021q: fix a potential use-after-free"Greg Kroah-Hartman1-7/+7
2013-04-05net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-04-05ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-04-05unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-04-05thermal: shorten too long mcast group nameMasatake YAMATO1-0/+1
2013-04-058021q: fix a potential use-after-freeCong Wang1-7/+7
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-04-05tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5