summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-06-21net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak1-1/+2
2018-06-21rxrpc: Fix the min security level for kernel callsDavid Howells1-1/+1
2018-06-21rxrpc: Fix error reception on AF_INET6 socketsDavid Howells1-15/+42
2018-06-21rxrpc: Fix missing start of call timeoutDavid Howells4-1/+23
2018-06-21tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue1-2/+13
2018-06-21mac80211: use timeout from the AddBA response instead of the requestSara Sharon2-1/+6
2018-06-21mac80211: Adjust SAE authentication timeoutIlan Peer1-7/+18
2018-06-21smc: fix sendpage() callStefan Raspl1-2/+4
2018-06-21xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever4-11/+10
2018-06-21tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy1-1/+1
2018-06-21vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio1-2/+2
2018-06-21rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-06-21netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo1-1/+1
2018-06-21netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-06-21tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2-8/+5
2018-06-16af_key: Always verify length of provided sadb_keyKevin Easton1-10/+35
2018-06-16netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo1-8/+12
2018-06-11ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-06-11net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-06-11net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-06-11ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-11sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long1-1/+1
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-06-11packet: fix reserve calculationWillem de Bruijn1-1/+1
2018-06-11net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-06-11net: metrics: add proper netlink validationEric Dumazet1-0/+4
2018-06-11net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-06-11l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault1-18/+17
2018-06-11kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek2-2/+2
2018-06-11ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-06-11ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+6
2018-06-11ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-06-11dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-06-11cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2-2/+4
2018-05-30netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines1-0/+10
2018-05-30net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun2-2/+9
2018-05-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-05-30rxrpc: Fix resend event time calculationMarc Dionne1-1/+1
2018-05-25cfg80211: limit wiphy names to 128 bytesJohannes Berg1-0/+3
2018-05-25net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-25net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata1-9/+65
2018-05-25net: ip6_gre: Split up ip6gre_changelink()Petr Machata1-9/+24
2018-05-25net: ip6_gre: Split up ip6gre_newlink()Petr Machata1-6/+18
2018-05-25net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata1-2/+8
2018-05-25net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata1-12/+26