summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/smc: fix error return code in smc_setsockopt()Wei Yongjun2018-06-031-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-0322-67/+100
| |\ \ \
| * | | | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-15/+98
| * | | | netfilter: nf_tables: add connlimit supportPablo Neira Ayuso2018-06-033-0/+307
| * | | | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-032-2/+11
| * | | | netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-032-2/+28
| * | | | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-4/+12
| * | | | netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2018-06-031-13/+23
| * | | | netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-033-8/+10
| * | | | netfilter: Libify xt_TPROXYMáté Eckl2018-06-038-339/+323
| * | | | netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl2018-06-033-16/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-0228-397/+1313
| |\ \ \ \
| | * | | | ipvs: add ipv6 support to ftpJulian Anastasov2018-06-015-178/+325
| | * | | | ipvs: add full ipv6 support to nfctJulian Anastasov2018-06-011-52/+49
| | * | | | netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso2018-06-011-1/+145
| | * | | | netfilter: nfnetlink: Remove VLA usageKees Cook2018-06-011-2/+23
| | * | | | netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld2018-06-011-2/+4
| | * | | | netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-014-32/+196
| | * | | | netfilter: nf_tables: Add audit support to log statementPhil Sutter2018-06-011-1/+91
| | * | | | netfilter: nf_tables: add support for native socket matchingMáté Eckl2018-06-013-0/+153
| | * | | | netfilter: fix ptr_ret.cocci warningskbuild test robot2018-06-012-12/+3
| | * | | | netfilter: nf_tables: remove unused variablesTaehee Yoo2018-05-291-16/+0
| | * | | | netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal2018-05-291-39/+72
| | * | | | netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal2018-05-291-0/+8
| | * | | | netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal2018-05-291-1/+1
| | * | | | netfilter: nft_compat: use call_rcu for nfnl_compat_getFlorian Westphal2018-05-291-11/+18
| | * | | | netfilter: nat: make symbol nat_hook staticWei Yongjun2018-05-291-1/+1
| | * | | | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-292-18/+210
| | * | | | netfilter: nfnetlink: allow commit to failFlorian Westphal2018-05-291-1/+8
| | * | | | netfilter: nat: merge nf_nat_redirect into nf_natFlorian Westphal2018-05-293-10/+2
| | * | | | netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal2018-05-296-20/+4
| | | |_|/ | | |/| |
| * | | | net: sched: split tc_ctl_tfilter into three handlersVlad Buslov2018-06-011-145/+293
| * | | | rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole2018-06-011-1/+1
| * | | | rtnetlink: Remove VLA usageKees Cook2018-05-311-2/+16
| * | | | net: bridge: Notify about bridge VLANsPetr Machata2018-05-311-3/+25
| * | | | dsa: port: Ignore bridge VLAN eventsPetr Machata2018-05-311-0/+6
| * | | | net: bridge: Extract br_vlan_add_existing()Petr Machata2018-05-311-22/+33
| * | | | net: bridge: Extract boilerplate around switchdev_port_obj_*()Petr Machata2018-05-313-23/+41
| * | | | net: remove bypassed check in sch_direct_xmit()Song Liu2018-05-311-3/+0
| * | | | tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-313-5/+5
| * | | | bpfilter: fix a build errYueHaibing2018-05-291-1/+1
| * | | | net/ipv6: Add support for specifying metric of connected routesDavid Ahern2018-05-291-18/+75
| * | | | net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-292-11/+57
| * | | | net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern2018-05-291-21/+23
| * | | | net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern2018-05-291-55/+57
| * | | | net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern2018-05-291-59/+75
| * | | | net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-294-23/+0
| * | | | net: bpfilter: make function bpfilter_mbox_request() staticWei Yongjun2018-05-291-2/+3
| * | | | net: sched: mq: request stats from offloadsJakub Kicinski2018-05-291-0/+18
| * | | | net: sched: mq: add simple offload notificationJakub Kicinski2018-05-291-0/+19
| | |_|/ | |/| |
OpenPOWER on IntegriCloud