summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-05-30xfrm6: release dev before returning errorCong Wang1-1/+3
2013-05-30ipv6: do not clear pinet6 fieldEric Dumazet5-14/+27
2013-05-30packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann1-34/+20
2013-05-30bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-05-30net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-05-30ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom1-5/+1
2013-05-30SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust1-1/+7
2013-05-30sunrpc: clarify comments on rpc_make_runnableJeff Layton1-2/+3
2013-05-13net: drop dst before queueing fragmentsEric Dumazet2-6/+22
2013-05-13netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun1-1/+1
2013-05-13tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-05-13rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-05-13netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause1-0/+1
2013-05-13llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-05-13iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2013-05-13irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-05-13caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause1-0/+2
2013-05-13Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-05-13Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-05-13ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-05-13atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-05-13tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-13net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-05-13esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-13tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-05-13rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-05-13netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+1
2013-05-13af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-05-13net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-3/+3
2013-05-13net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-05-13cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-05-13wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2013-04-25net: fix incorrect credentials passingLinus Torvalds1-0/+14
2013-04-25can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-04-10net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet1-0/+6
2013-04-10ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa1-0/+12
2013-04-10ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-04-10ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa1-0/+9
2013-04-10unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-04-10thermal: shorten too long mcast group nameMasatake YAMATO1-0/+1
2013-04-108021q: fix a potential use-after-freeCong Wang1-7/+7
2013-04-10tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-04-10tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-04-10SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-04-10net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-27inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa4-14/+37
2013-03-27rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-27tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-27sctp: don't break the loop while meeting the active_path so as to find the m...Xufeng Zhang1-1/+1
2013-03-27sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1