summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-224-6/+4
* net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet2018-07-221-4/+7
* net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet2018-07-221-3/+2
* ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers2018-07-221-1/+1
* atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-07-227-14/+8
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-173-0/+4
* netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet2018-07-171-0/+3
* netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2018-07-111-3/+6
* netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-07-081-1/+2
* netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal2018-07-081-1/+1
* netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat2018-07-081-0/+2
* xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever2018-07-031-1/+1
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-261-2/+2
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-264-6/+7
* socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-261-3/+15
* tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann2018-06-261-1/+5
* tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-261-13/+13
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-262-0/+8
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-261-9/+6
* net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia2018-06-261-1/+2
* ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-261-3/+0
* ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-112-9/+17
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-112-1/+8
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-111-1/+1
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-111-4/+4
* net/packet: refine check for priv area sizeEric Dumazet2018-06-111-1/+1
* net: metrics: add proper netlink validationEric Dumazet2018-06-111-0/+4
* l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault2018-06-111-18/+17
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-112-3/+3
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-111-1/+2
* netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2018-06-112-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-0219-64/+97
|\
| * ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-012-5/+11
| * ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-06-011-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-06-012-4/+3
| |\
| | * xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert2018-05-311-3/+2
| | * xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-05-141-1/+1
| * | kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-011-1/+1
| * | net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-05-311-3/+3
| * | net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas2018-05-311-1/+1
| * | cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-05-311-1/+1
| * | ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-281-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-289-43/+71
| |\ \
| | * | netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
| | * | netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
| | * | netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
| | * | netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2018-05-242-3/+3
| | * | ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
| | * | netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso2018-05-231-14/+24
| | * | netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo2018-05-231-6/+8