summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-246/+343
2017-09-01udp: fix secpath leakYossi Kuperman-1/+1
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel-0/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel-1/+2
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet-0/+4
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov-2/+3
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov-3/+3
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov-2/+2
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov-3/+1
2017-08-30sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov-3/+7
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov-7/+3
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov-0/+3
2017-08-30sch_multiq: fix double free on init failureNikolay Aleksandrov-6/+1
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov-2/+3
2017-08-29packet: Don't write vnet header beyond end of bufferBenjamin Poirier-3/+9
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan-15/+13
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long-1/+0
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-8/+13
2017-08-28net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli-1/+1
2017-08-28bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu-1/+1
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long-2/+5
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang-6/+10
2017-08-28l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault-9/+12
2017-08-28l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault-12/+15
2017-08-28l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault-2/+4
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault-2/+4
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault-47/+38
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault-4/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer-0/+1
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause-0/+1
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause-0/+2
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause-0/+1
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause-1/+1
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni-2/+13
2017-08-25Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+20
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca-11/+17
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert-1/+1
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert-2/+2
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert-4/+6
2017-08-24tipc: context imbalance at node read unlockParthasarathy Bhuvaragan-1/+1
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan-2/+5
2017-08-24tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan-0/+2
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet-4/+4
2017-08-24bpf: fix bpf_setsockopts return valueYuchung Cheng-1/+0
2017-08-24net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev-2/+20
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson-3/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-24/+30
2017-08-24netfilter: nf_tables: Fix nft limit burst handlingandy zhou-11/+14
2017-08-24netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long-1/+1
2017-08-24net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti-1/+0