aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.0.86' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-07-182-0/+9
|\
| * libceph: Fix NULL pointer dereference in auth client codeTyler Hicks2013-07-131-0/+6
| * Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-07-031-0/+3
* | Merge tag 'v3.0.84' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-06-2912-39/+153
|\ \ | |/
| * l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-271-1/+1
| * l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-271-2/+2
| * packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-271-3/+2
| * net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-271-0/+6
| * ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-271-1/+3
| * net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski2013-06-272-24/+56
| * ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-06-272-2/+2
| * tcp: xps: fix reordering issuesEric Dumazet2013-06-271-4/+6
| * netlabel: improve domain mapping validationPaul Moore2013-06-271-0/+69
| * ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-06-271-1/+1
| * tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-06-271-1/+5
* | Merge tag 'v3.0.81' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-06-081-0/+9
|\ \ | |/
| * mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-06-071-0/+9
* | Merge branch 'linux-3.0.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Chirayu Desai2013-05-208-19/+61
|\ \ | |/
| * xfrm6: release dev before returning errorCong Wang2013-05-191-1/+3
| * ipv6: do not clear pinet6 fieldEric Dumazet2013-05-195-14/+27
| * bridge: fix race with topology change timerstephen hemminger2013-05-191-1/+1
| * net_sched: act_ipt forward compat with xtablesJamal Hadi Salim2013-05-191-3/+30
* | Merge tag 'v3.0.78' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-05-121-5/+1
|\ \ | |/
| * ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-111-5/+1
* | Merge tag 'v3.0.77' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-05-091-1/+1
|\ \ | |/
| * wireless: regulatory: fix channel disabling race conditionJohannes Berg2013-05-071-1/+1
* | Merge 3.0.76Pawit Pornkitprasan2013-05-0324-58/+131
|\ \ | |/
| * net: drop dst before queueing fragmentsEric Dumazet2013-05-012-6/+22
| * netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-05-011-1/+1
| * tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-05-011-0/+7
| * rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause2013-05-011-0/+1
| * netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause2013-05-011-0/+1
| * llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-05-011-0/+2
| * iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause2013-05-011-0/+2
| * irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-05-011-0/+2
| * caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause2013-05-011-0/+2
| * Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-05-011-0/+1
| * Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-05-011-2/+2
| * ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-05-011-0/+1
| * atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-05-011-0/+2
| * net: fix incorrect credentials passingLinus Torvalds2013-05-011-4/+10
| * tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-011-33/+32
| * net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-05-011-1/+1
| * esp4: fix error return code in esp_output()Wei Yongjun2013-05-011-3/+3
| * tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-05-011-2/+2
| * rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-05-011-2/+2
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-011-0/+1
| * af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman2013-05-011-1/+1
| * net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-05-011-3/+3
| * net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-05-011-0/+27