aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-06-1040-109/+195
|\
| * Merge tag 'v3.8.13' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/...Dan Murphy2013-05-1310-47/+39
| |\
| | * netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengthsMatthias Schiffer2013-05-111-1/+1
| | * netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal2013-05-112-2/+14
| | * netfilter: ctnetlink: don't permit ct creation with random tupleFlorian Westphal2013-05-111-0/+3
| | * netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal2013-05-111-1/+3
| | * netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-05-111-1/+2
| | * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy2013-05-111-1/+1
| | * netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik2013-05-111-3/+7
| | * netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal2013-05-111-33/+7
| | * ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-111-5/+1
| * | Merge tag 'v3.8.12' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/...Dan Murphy2013-05-082-3/+3
| |\|
| | * wireless: regulatory: fix channel disabling race conditionJohannes Berg2013-05-071-1/+1
| | * mac80211: fix station entry leak/warning while suspendingJohannes Berg2013-05-071-2/+2
| * | Merge branch 'linux-3.8.y' of http://git.kernel.org/pub/scm/linux/kernel/git/...Dan Murphy2013-05-0127-55/+133
| |\|
| | * net: drop dst before queueing fragmentsEric Dumazet2013-05-012-6/+22
| | * net: rate-limit warn-bad-offload splats.Ben Greear2013-05-011-0/+3
| | * tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-011-33/+31
| | * esp4: fix error return code in esp_output()Wei Yongjun2013-05-011-3/+3
| | * tcp: Reallocate headroom if it would overflow csum_startThomas Graf2013-05-011-2/+6
| | * 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
| | * ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch2013-05-011-0/+1
| | * 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
| | * cbq: incorrect processing of high limitsVasily Averin2013-05-011-1/+4
| | * 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
| | * NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause2013-05-011-0/+3
| | * 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
| | * l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause2013-05-011-0/+1
| | * 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: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause2013-05-011-0/+1
| | * 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
| * | Merge tag 'v3.8.9' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Dan Murphy2013-04-291-4/+20
| |\|
| | * mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg2013-04-251-4/+20
* | | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-165-15/+27
|\| |
| * | Merge branch 'linux-3.8.y' of http://git.kernel.org/pub/scm/linux/kernel/git/...Dan Murphy2013-04-125-15/+27
| |\|
| | * can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-121-3/+3
| | * SUNRPC: Remove extra xprt_put()Chuck Lever2013-04-121-3/+1
| | * mac80211: fix remain-on-channel cancel crashJohannes Berg2013-04-123-9/+23
* | | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-0516-44/+86
|\| |