summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-08netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo1-1/+2
2018-07-08netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal1-1/+1
2018-07-08netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat1-0/+2
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-2/+2
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni4-6/+7
2018-06-26socket: close race condition between sock_close() and sockfs_setattr()Cong Wang1-3/+15
2018-06-26tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann1-1/+5
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann1-13/+13
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2-0/+8
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-06-26net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia1-1/+2
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-11ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2-9/+17
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-11net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-06-11net: metrics: add proper netlink validationEric Dumazet1-0/+4
2018-06-11l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault1-18/+17
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek2-3/+3
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2-2/+4
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-64/+97
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-3/+3
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+3
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-06-01net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas1-1/+1
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert1-3/+2
2018-05-29ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-43/+71
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo1-1/+3
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo1-2/+2
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso1-2/+2
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann3-3/+3
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-48/+121
2018-05-25Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-18/+68
2018-05-25ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-05-25net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-05-25packet: fix reserve calculationWillem de Bruijn1-1/+1
2018-05-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-3/+3
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2-3/+3
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller3-5/+9
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso1-14/+24