summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-222-7/+27
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-226-11/+29
|\ \
| * | esp: Fix error handling on layer 2 xmit.Steffen Klassert2017-08-072-2/+2
| * | xfrm: policy: check policy direction valueVladis Dronov2017-08-031-0/+6
| * | xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den2017-08-021-0/+8
| * | esp: Fix memleaks on error paths.Steffen Klassert2017-07-132-9/+13
* | | ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-08-221-4/+2
* | | ipv6: repair fib6 tree in failure caseWei Wang2017-08-201-13/+11
* | | net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-181-0/+2
* | | rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-181-0/+1
* | | irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-181-1/+1
* | | tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
* | | net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-181-2/+9
* | | ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-181-0/+4
* | | sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
* | | tipc: fix use-after-freeEric Dumazet2017-08-181-2/+4
* | | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-184-9/+14
* | | net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
* | | ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-1/+1
* | | dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-161-2/+12
* | | openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
* | | net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
* | | net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
* | | net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
* | | net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-154-4/+12
* | | ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
* | | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
OpenPOWER on IntegriCloud