summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_key: Always verify length of provided sadb_keyKevin Easton2018-06-161-10/+35
* netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-06-161-8/+12
* ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-06-111-4/+4
* net : sched: cls_api: deal with egdev path only if neededOr Gerlitz2018-06-111-1/+1
* net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-06-111-3/+3
* ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-06-111-2/+2
* 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
* packet: fix reserve calculationWillem de Bruijn2018-06-111-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-111-1/+1
* net: metrics: add proper netlink validationEric Dumazet2018-06-111-0/+4
* net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-06-111-0/+1
* l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault2018-06-111-18/+17
* kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-111-1/+1
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-112-2/+2
* ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-06-111-2/+0
* ipmr: properly check rhltable_init() return valueEric Dumazet2018-06-111-1/+6
* ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-112-5/+11
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-111-1/+2
* dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev2018-06-111-2/+0
* cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-06-111-1/+1
* netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2018-06-112-2/+4
* netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines2018-05-301-0/+10
* net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun2018-05-302-2/+9
* rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-05-301-6/+9
* rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-05-301-1/+3
* rxrpc: Fix resend event time calculationMarc Dionne2018-05-301-1/+1
* cfg80211: limit wiphy names to 128 bytesJohannes Berg2018-05-251-0/+3
* net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-251-22/+79
* net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata2018-05-251-9/+65
* net: ip6_gre: Split up ip6gre_changelink()Petr Machata2018-05-251-9/+24
* net: ip6_gre: Split up ip6gre_newlink()Petr Machata2018-05-251-6/+18
* net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata2018-05-251-2/+8
* net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata2018-05-251-12/+26
* net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata2018-05-251-1/+1
* net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata2018-05-251-0/+3
* net: dsa: Do not register devlink for unused portsFlorian Fainelli2018-05-251-3/+6
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-251-2/+5
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-251-1/+1
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-251-1/+3
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-252-2/+4
* net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers2018-05-251-31/+40
* net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-252-4/+6
* net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti2018-05-251-0/+2
* net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-251-1/+1
* netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot2018-05-221-4/+4
* netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-05-221-27/+32
* netfilter: nf_tables: free set name in error pathFlorian Westphal2018-05-221-3/+5
* net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun2018-05-191-4/+0