summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit2018-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-0323-412/+977
|\
| * netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-032-16/+104
| * netfilter: nf_tables: add connlimit supportPablo Neira Ayuso2018-06-034-1/+327
| * netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-033-2/+13
| * netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-033-2/+32
| * netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-032-4/+16
| * netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2018-06-032-13/+34
| * netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-034-9/+12
| * netfilter: Libify xt_TPROXYMáté Eckl2018-06-039-339/+436
| * netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl2018-06-034-29/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-0235-405/+1372
|\
| * ipvs: add ipv6 support to ftpJulian Anastasov2018-06-016-182/+331
| * 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-012-1/+149
| * 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-018-32/+208
| * netfilter: nf_tables: Add audit support to log statementPhil Sutter2018-06-012-1/+96
| * netfilter: nf_tables: add support for native socket matchingMáté Eckl2018-06-014-0/+178
| * 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-293-18/+215
| * 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
| * netfilter: add includes to nf_socket.hMáté Eckl2018-05-291-4/+2
* | Merge tag 'mlx5e-updates-2018-06-01' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-06-0213-360/+726
|\ \
| * | net/mlx5e: TX, Separate cachelines of xmit and completion statsTariq Toukan2018-06-022-8/+9
| * | net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan2018-06-021-3/+10
| * | net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan2018-06-023-127/+362
| * | net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan2018-06-026-111/+161
| * | net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan2018-06-023-57/+110
| * | net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan2018-06-022-14/+26
| * | net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan2018-06-021-13/+17
| * | net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan2018-06-021-8/+8
| * | net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan2018-06-023-4/+4
| * | net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan2018-06-021-30/+12
| * | net/mlx5: FPGA, Handle QP error eventIlan Tayari2018-06-021-4/+24
| * | net/mlx5e: Support configurable MTU for vport representorsAdi Nissim2018-06-023-4/+28
| * | net/mlx5e: Increase aRFS flow tables sizeMaor Gottlieb2018-06-021-1/+1
| * | net/mlx5e: Remove redundant active_channels indicationEran Ben Elisha2018-06-024-20/+0
| * | net/mlx5e: Present SW stats when state is not openedEran Ben Elisha2018-06-022-16/+13
| * | net/mlx5e: IPOIB, Add a missing skb_pullTariq Toukan2018-06-021-0/+1
| * | net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetTariq Toukan2018-06-021-3/+3
|/ /