summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2018-01-021-1/+5
* net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2018-01-021-1/+1
* net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2018-01-021-5/+6
* ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2018-01-021-2/+7
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-021-5/+10
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-022-2/+2
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-023-3/+11
* 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
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-12-251-1/+1
* netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang2017-12-251-2/+7
* 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
* inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-12-251-8/+17
* 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
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-12-251-2/+8
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-12-251-0/+41
* l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2017-12-202-2/+2
* netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-12-201-0/+4
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-12-201-0/+1
* netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal2017-12-201-5/+7
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-12-201-0/+1
* mac80211: Fix addition of mesh configuration elementIlan peer2017-12-201-2/+0
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-162-23/+10
* 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 memory leak in tipc_accept_from_sock()Jon Maloy2017-12-161-0/+1
* 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
* netfilter: don't track fragmented packetsFlorian Westphal2017-12-162-5/+4
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-12-161-5/+5
* vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-12-161-2/+6
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-12-091-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
* Revert "sctp: do not peel off an assoc from one netns to another one"Greg Kroah-Hartman2017-11-301-4/+0
* netfilter: nf_tables: fix oob accessFlorian Westphal2017-11-301-1/+1