aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-05-16netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal
2013-05-16netfilter: ctnetlink: don't permit ct creation with random tupleFlorian Westphal
2013-05-16netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal
2013-05-16netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik
2013-05-16netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy
2013-05-16netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik
2013-05-16ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom
2013-05-16wireless: regulatory: fix channel disabling race conditionJohannes Berg
2013-05-06net: drop dst before queueing fragmentsEric Dumazet
2013-05-06net: fix incorrect credentials passingLinus Torvalds
2013-05-06net: rate-limit warn-bad-offload splats.Ben Greear
2013-05-06tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-05-06esp4: fix error return code in esp_output()Wei Yongjun
2013-05-06tcp: Reallocate headroom if it would overflow csum_startThomas Graf
2013-05-06tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-05-06rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-05-06ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch
2013-05-06af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman
2013-05-06net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-05-06net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan
2013-05-06cbq: incorrect processing of high limitsVasily Averin
2013-05-06tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause
2013-05-06rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause
2013-05-06NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause
2013-05-06netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun
2013-05-06netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause
2013-05-06llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause
2013-05-06l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause
2013-05-06iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause
2013-05-06irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause
2013-05-06caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause
2013-05-06Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-05-06Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2013-05-06ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause
2013-05-06atm: update msg_namelen in vcc_recvmsg()Mathias Krause
2013-05-06mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg
2013-05-06can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun
2013-05-06mac80211: fix remain-on-channel cancel crashJohannes Berg
2013-04-11net: fq_codel: Fix off-by-one errorVijay Subramanian
2013-04-11net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-11ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa
2013-04-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa
2013-04-11ipv6: fix bad free of addrconf_init_netHong Zhiguo
2013-04-11unix: fix a race condition in unix_release()Paul Moore
2013-04-11genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO
2013-04-118021q: fix a potential use-after-freeCong Wang
2013-04-11tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-04-11tcp: preserve ACK clocking in TSOEric Dumazet
2013-04-11net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-04-11net/irda: add missing error path release_sock callKees Cook