aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-7/+3
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2017-08-30sch_multiq: fix double free on init failureNikolay Aleksandrov1-6/+1
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-29packet: Don't write vnet header beyond end of bufferBenjamin Poirier1-3/+9
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan2-15/+13
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long1-1/+0
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-8/+13
2017-08-28net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli1-1/+1
2017-08-28bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu1-1/+1
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long2-2/+5
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang3-6/+10
2017-08-28l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2017-08-28l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2017-08-28l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-47/+38
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause1-0/+2
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause1-1/+1
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2-2/+13
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca3-11/+17
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert2-2/+2
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert2-4/+6
2017-08-24tipc: context imbalance at node read unlockParthasarathy Bhuvaragan1-1/+1
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan1-2/+5
2017-08-24tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan1-0/+2
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2-4/+4
2017-08-24bpf: fix bpf_setsockopts return valueYuchung Cheng1-1/+0
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson1-3/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-24/+30
2017-08-24netfilter: nf_tables: Fix nft limit burst handlingandy zhou1-11/+14
2017-08-24netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long1-1/+1
2017-08-24net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti1-1/+0
2017-08-23sctp: Avoid out-of-bounds reads from address storageStefano Brivio2-4/+6
2017-08-23net: dsa: use consume_skb()Eric Dumazet2-2/+2
2017-08-23net: dsa: skb_put_padto() already frees nskbFlorian Fainelli1-4/+6
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli1-5/+8
2017-08-22net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko1-3/+3
2017-08-22net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko1-2/+10
2017-08-22udp: on peeking bad csum, drop packets even if not at headEric Dumazet1-1/+1
2017-08-22tipc: fix a race condition of releasing subscriber objectYing Xue1-0/+2
2017-08-22tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan1-12/+7
2017-08-22net/hsr: Check skb_put_padto() return valueFlorian Fainelli1-1/+2
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang2-7/+27
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller6-11/+29