summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-0/+3
* sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-301-6/+1
* sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-301-2/+3
* packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-291-3/+9
* tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-292-15/+13
* ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-294-8/+13
|\
| * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
| * esp: Fix skb tailroom calculationSteffen Klassert2017-08-252-2/+2
| * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-252-4/+6
| * net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti2017-08-241-1/+0
* | net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli2017-08-281-1/+1
* | bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu2017-08-281-1/+1
* | ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-282-2/+5
* | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-283-6/+10
* | l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-08-281-9/+12
* | l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-08-281-12/+15
* | l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-08-281-2/+4
* | l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-08-281-2/+4
* | l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-08-283-47/+38
* | l2tp: initialise session's refcount before making it reachableGuillaume Nault2017-08-281-4/+2
* | net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer2017-08-281-0/+1
* | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-252-2/+13
* | tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-253-11/+17
* | ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-08-251-1/+1
* | tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-241-1/+1
* | tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan2017-08-241-2/+5
* | tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan2017-08-241-0/+2
* | net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2017-08-242-4/+4
* | bpf: fix bpf_setsockopts return valueYuchung Cheng2017-08-241-1/+0
* | tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-241-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-08-246-24/+30
|\ \
| * | netfilter: nf_tables: Fix nft limit burst handlingandy zhou2017-08-241-11/+14
| * | netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long2017-08-241-1/+1
| * | netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-312-9/+10
| * | netfilter: nft_compat: check extension hook mask only if setPablo Neira Ayuso2017-07-191-2/+2
| * | netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca2017-07-191-1/+3
* | | sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-232-4/+6
| |/ |/|
* | net: dsa: use consume_skb()Eric Dumazet2017-08-232-2/+2
* | net: dsa: skb_put_padto() already frees nskbFlorian Fainelli2017-08-231-4/+6
* | net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli2017-08-231-5/+8
* | net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko2017-08-221-3/+3
* | net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko2017-08-221-2/+10
* | udp: on peeking bad csum, drop packets even if not at headEric Dumazet2017-08-221-1/+1
* | tipc: fix a race condition of releasing subscriber objectYing Xue2017-08-221-0/+2
* | tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan2017-08-221-12/+7
* | net/hsr: Check skb_put_padto() return valueFlorian Fainelli2017-08-221-1/+2