aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek2-3/+3
2018-06-04net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-03net/ncsi: Avoid GFP_KERNEL in response handlerSamuel Mendoza-Jonas1-2/+2
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-67/+100
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-64/+97
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal1-15/+98
2018-06-03netfilter: nf_tables: add connlimit supportPablo Neira Ayuso3-0/+307
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2-2/+11
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2-2/+28
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso1-4/+12
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso1-13/+23
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso3-8/+10
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl8-339/+323
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl3-16/+6
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-3/+3
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller28-397/+1313
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/klassert/ipsecDavid S. Miller2-4/+3
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov1-145/+293
2018-06-01rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole1-1/+1
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov5-178/+325
2018-06-01ipvs: add full ipv6 support to nfctJulian Anastasov1-52/+49
2018-06-01netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso1-1/+145
2018-06-01netfilter: nfnetlink: Remove VLA usageKees Cook1-2/+23
2018-06-01netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld1-2/+4
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso4-32/+196
2018-06-01netfilter: nf_tables: Add audit support to log statementPhil Sutter1-1/+91
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl3-0/+153
2018-06-01netfilter: fix ptr_ret.cocci warningskbuild test robot2-12/+3
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-31rtnetlink: Remove VLA usageKees Cook1-2/+16
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-31net: bridge: Notify about bridge VLANsPetr Machata1-3/+25
2018-05-31dsa: port: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31net: bridge: Extract br_vlan_add_existing()Petr Machata1-22/+33
2018-05-31net: bridge: Extract boilerplate around switchdev_port_obj_*()Petr Machata3-23/+41
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu1-3/+0
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao3-5/+5
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert1-3/+2
2018-05-29bpfilter: fix a build errYueHaibing1-1/+1
2018-05-29net/ipv6: Add support for specifying metric of connected routesDavid Ahern1-18/+75
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern2-11/+57
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern1-21/+23
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern1-55/+57
2018-05-29net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern1-59/+75