aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-111-5/+1
* wireless: regulatory: fix channel disabling race conditionJohannes Berg2013-05-071-1/+1
* 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
* cbq: incorrect processing of high limitsVasily Averin2013-05-011-1/+4
* Revert "8021q: fix a potential use-after-free"Greg Kroah-Hartman2013-04-251-7/+7
* net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-051-0/+6
* ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-04-051-16/+10
* unix: fix a race condition in unix_release()Paul Moore2013-04-051-4/+3
* thermal: shorten too long mcast group nameMasatake YAMATO2013-04-051-0/+1
* 8021q: fix a potential use-after-freeCong Wang2013-04-051-7/+7
* tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-051-5/+2
* tcp: preserve ACK clocking in TSOEric Dumazet2013-04-051-2/+5
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2013-04-051-1/+2
* batman-adv: Only write requested number of byte to user bufferSven Eckelmann2013-04-051-3/+2
* batman-adv: bat_socket_read missing checksPaul Kot2013-04-051-2/+2
* x25: Handle undersized/fragmented skbsMatthew Daley2013-04-056-17/+87
* x25: Validate incoming call user data lengthsMatthew Daley2013-04-052-0/+9
* net/irda: add missing error path release_sock callKees Cook2013-04-051-2/+4
* Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-04-051-0/+1
* SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-04-051-2/+7
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-284-15/+37
* rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-281-1/+1
* sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-281-1/+1
* net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-281-4/+1
* dcbnl: fix various netlink info leaksMathias Krause2013-03-201-0/+7
* rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-201-0/+1
* ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-201-1/+2
* bridging: fix rx_handlers return codeCristian Bercaru2013-03-201-0/+1