summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-06-16af_key: Always verify length of provided sadb_keyKevin Easton
2018-06-16netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo
2018-06-11ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel
2018-06-11net : sched: cls_api: deal with egdev path only if neededOr Gerlitz
2018-06-11net-sysfs: Fix memory leak in XPS configurationAlexander Duyck
2018-06-11ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra
2018-06-11sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-06-11packet: fix reserve calculationWillem de Bruijn
2018-06-11net/packet: refine check for priv area sizeEric Dumazet
2018-06-11net: metrics: add proper netlink validationEric Dumazet
2018-06-11net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-06-11l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault
2018-06-11kcm: Fix use-after-free caused by clonned socketsKirill Tkhai
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-11ipv4: remove warning in ip_recv_errorWillem de Bruijn
2018-06-11ipmr: properly check rhltable_init() return valueEric Dumazet
2018-06-11ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-06-11dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev
2018-06-11cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-05-30netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines
2018-05-30net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun
2018-05-30rxrpc: Don't treat call aborts as conn abortsDavid Howells
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells
2018-05-30rxrpc: Fix resend event time calculationMarc Dionne
2018-05-25cfg80211: limit wiphy names to 128 bytesJohannes Berg
2018-05-25net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-25net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata
2018-05-25net: ip6_gre: Split up ip6gre_changelink()Petr Machata
2018-05-25net: ip6_gre: Split up ip6gre_newlink()Petr Machata
2018-05-25net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata
2018-05-25net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata
2018-05-25net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata
2018-05-25net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata
2018-05-25net: dsa: Do not register devlink for unused portsFlorian Fainelli
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-25packet: in packet_snd start writing at link layer allocationWillem de Bruijn
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-25net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers
2018-05-25net: sched: red: avoid hashing NULL childPaolo Abeni
2018-05-25net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-22netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot
2018-05-22netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal
2018-05-22netfilter: nf_tables: free set name in error pathFlorian Westphal
2018-05-19net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun