summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-171-9/+11
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-171-0/+1
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-171-0/+3
* 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-171-6/+1
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-021-5/+10
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-022-2/+2
* netlink: Add netns check on tapsKevin Cernekee2018-01-021-0/+3
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-01-021-1/+19
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2018-01-021-10/+15
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-023-12/+18
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-12-251-18/+1
* netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang2017-12-251-96/+81
* net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-12-251-2/+4
* netfilter: nfnl_cthelper: Fix memory leakJeffy Chen2017-12-251-3/+9
* netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso2017-12-251-2/+84
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-12-251-0/+41
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-12-201-0/+1
* mac80211: Fix addition of mesh configuration elementIlan peer2017-12-201-2/+0
* xfrm: Copy policy family in clone_policyHerbert Xu2017-12-161-0/+1
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-161-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-161-3/+14
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-161-2/+1
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-161-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-161-2/+7
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-12-161-5/+5
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* sit: update frag_off infoHangbin Liu2017-12-161-0/+1
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-161-1/+1
* tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-12-091-3/+1
* net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-12-091-1/+1
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-12-091-1/+1
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-12-051-10/+15
* netlink: add a start callback for starting a netlink dumpTom Herbert2017-12-052-0/+20
* netfilter: nf_tables: fix oob accessFlorian Westphal2017-11-301-1/+1
* netfilter: nft_queue: use raw_smp_processor_id()Pablo Neira Ayuso2017-11-301-1/+1
* mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma2017-11-301-6/+8
* mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma2017-11-303-15/+0
* RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar2017-11-301-1/+10
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-11-302-9/+7
* NFC: fix device-allocation error returnJohan Hovold2017-11-301-1/+1
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-11-301-1/+5
* vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-241-3/+3
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-0/+2
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-11-242-0/+9
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7