summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: fix a race in egress prio managementEric Dumazet2013-08-021-0/+7
* 9p: fix off by one causing access violations and memory corruptionSasha Levin2013-08-021-5/+5
* ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-08-021-6/+10
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-08-022-2/+8
* l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-08-021-1/+2
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-08-022-18/+28
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-08-021-7/+8
* neighbour: fix a race in neigh_destroy()Eric Dumazet2013-08-021-5/+7
* af_key: fix info leaks in notify messagesMathias Krause2013-08-021-0/+2
* ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-08-021-1/+7
* ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-08-021-0/+3
* bridge: fix switched interval for MLD Query typesLinus Lüssing2013-08-021-2/+3
* libceph: Fix NULL pointer dereference in auth client codeTyler Hicks2013-07-271-0/+6
* Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-271-1/+1
* Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-07-271-0/+3
* l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-291-1/+1
* l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-291-2/+2
* packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-291-3/+2
* net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-291-0/+6
* ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-291-1/+3
* net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski2013-06-292-24/+56
* ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-06-292-2/+2
* tcp: xps: fix reordering issuesEric Dumazet2013-06-291-4/+6
* netlabel: improve domain mapping validationPaul Moore2013-06-291-0/+69
* ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-06-291-1/+1
* tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-06-291-2/+5
* Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-191-20/+65
* mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-06-191-0/+9
* cfg80211: check wdev->netdev in connection workJohannes Berg2013-06-191-0/+3
* xfrm6: release dev before returning errorCong Wang2013-05-301-1/+3
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-305-14/+27
* packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann2013-05-301-34/+20
* bridge: fix race with topology change timerstephen hemminger2013-05-301-1/+1
* net_sched: act_ipt forward compat with xtablesJamal Hadi Salim2013-05-301-3/+30
* ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-301-5/+1
* SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust2013-05-301-1/+7
* sunrpc: clarify comments on rpc_make_runnableJeff Layton2013-05-301-2/+3
* net: drop dst before queueing fragmentsEric Dumazet2013-05-132-6/+22
* netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-05-131-1/+1
* tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-05-131-0/+7
* rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause2013-05-131-0/+1
* netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause2013-05-131-0/+1
* llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-05-131-0/+2
* iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause2013-05-131-0/+2
* irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-05-131-0/+2
* caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause2013-05-131-0/+2
* Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-05-131-0/+1
* Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-05-131-2/+2
* ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-05-131-0/+1
* atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-05-131-0/+2