summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-05-01net: drop dst before queueing fragmentsEric Dumazet
2013-05-01net: rate-limit warn-bad-offload splats.Ben Greear
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun
2013-05-01tcp: Reallocate headroom if it would overflow csum_startThomas Graf
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-05-01rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-05-01ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-05-01af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman
2013-05-01net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-05-01net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan
2013-05-01cbq: incorrect processing of high limitsVasily Averin
2013-05-01tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause
2013-05-01rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause
2013-05-01NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause
2013-05-01netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause
2013-05-01llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause
2013-05-01l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause
2013-05-01iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause
2013-05-01irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause
2013-05-01caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause
2013-05-01Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause
2013-05-01Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-05-01Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2013-05-01ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause
2013-05-01atm: update msg_namelen in vcc_recvmsg()Mathias Krause
2013-04-25mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg
2013-04-12can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun
2013-04-12SUNRPC: Remove extra xprt_put()Chuck Lever
2013-04-12mac80211: fix remain-on-channel cancel crashJohannes Berg
2013-04-05net: fq_codel: Fix off-by-one errorVijay Subramanian
2013-04-05net: fix the use of this_cpu_ptrLi RongQing
2013-04-05net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-05ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa
2013-04-05ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa
2013-04-05ipv6: fix bad free of addrconf_init_netHong Zhiguo
2013-04-05unix: fix a race condition in unix_release()Paul Moore
2013-04-05thermal: shorten too long mcast group nameMasatake YAMATO
2013-04-058021q: fix a potential use-after-freeCong Wang
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-04-05tcp: preserve ACK clocking in TSOEric Dumazet
2013-04-05net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-04-05scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman
2013-04-05mac80211: prevent spurious HT/VHT downgrade messageJohannes Berg
2013-04-05net/irda: add missing error path release_sock callKees Cook
2013-04-05mac80211: always synchronize_net() during station removalJohannes Berg
2013-04-05Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes
2013-04-05SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa