| Commit message (Expand) | Author | Age | Files | Lines |
* | net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling | Heiner Kallweit | 2018-06-03 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-06-03 | 23 | -412/+977 |
|\ |
|
| * | netfilter: nf_tables: handle chain name lookups via rhltable | Florian Westphal | 2018-06-03 | 2 | -16/+104 |
| * | netfilter: nf_tables: add connlimit support | Pablo Neira Ayuso | 2018-06-03 | 4 | -1/+327 |
| * | netfilter: nf_tables: add destroy_clone expression | Pablo Neira Ayuso | 2018-06-03 | 3 | -2/+13 |
| * | netfilter: nf_tables: garbage collection for stateful expressions | Pablo Neira Ayuso | 2018-06-03 | 3 | -2/+32 |
| * | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy() | Pablo Neira Ayuso | 2018-06-03 | 2 | -4/+16 |
| * | netfilter: nf_conncount: expose connection list interface | Pablo Neira Ayuso | 2018-06-03 | 2 | -13/+34 |
| * | netfilter: nf_tables: pass context to object destroy indirection | Pablo Neira Ayuso | 2018-06-03 | 4 | -9/+12 |
| * | netfilter: Libify xt_TPROXY | Máté Eckl | 2018-06-03 | 9 | -339/+436 |
| * | netfilter: Decrease code duplication regarding transparent socket option | Máté Eckl | 2018-06-03 | 4 | -29/+6 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-06-02 | 35 | -405/+1372 |
|\ |
|
| * | ipvs: add ipv6 support to ftp | Julian Anastasov | 2018-06-01 | 6 | -182/+331 |
| * | ipvs: add full ipv6 support to nfct | Julian Anastasov | 2018-06-01 | 1 | -52/+49 |
| * | netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer | Pablo Neira Ayuso | 2018-06-01 | 2 | -1/+149 |
| * | netfilter: nfnetlink: Remove VLA usage | Kees Cook | 2018-06-01 | 1 | -2/+23 |
| * | netfilter: nf_flow_table: attach dst to skbs | Jason A. Donenfeld | 2018-06-01 | 1 | -2/+4 |
| * | netfilter: nf_tables: fix chain dependency validation | Pablo Neira Ayuso | 2018-06-01 | 8 | -32/+208 |
| * | netfilter: nf_tables: Add audit support to log statement | Phil Sutter | 2018-06-01 | 2 | -1/+96 |
| * | netfilter: nf_tables: add support for native socket matching | Máté Eckl | 2018-06-01 | 4 | -0/+178 |
| * | netfilter: fix ptr_ret.cocci warnings | kbuild test robot | 2018-06-01 | 2 | -12/+3 |
| * | netfilter: nf_tables: remove unused variables | Taehee Yoo | 2018-05-29 | 1 | -16/+0 |
| * | netfilter: nf_tables: use call_rcu in netlink dumps | Florian Westphal | 2018-05-29 | 1 | -39/+72 |
| * | netfilter: nf_tables: fail batch if fatal signal is pending | Florian Westphal | 2018-05-29 | 1 | -0/+8 |
| * | netfilter: nf_tables: fix endian mismatch in return type | Florian Westphal | 2018-05-29 | 1 | -1/+1 |
| * | netfilter: nft_compat: use call_rcu for nfnl_compat_get | Florian Westphal | 2018-05-29 | 1 | -11/+18 |
| * | netfilter: nat: make symbol nat_hook static | Wei Yongjun | 2018-05-29 | 1 | -1/+1 |
| * | netfilter: nf_tables: remove synchronize_rcu in commit phase | Florian Westphal | 2018-05-29 | 3 | -18/+215 |
| * | netfilter: nfnetlink: allow commit to fail | Florian Westphal | 2018-05-29 | 1 | -1/+8 |
| * | netfilter: nat: merge nf_nat_redirect into nf_nat | Florian Westphal | 2018-05-29 | 3 | -10/+2 |
| * | netfilter: nat: merge ipv4/ipv6 masquerade code into main nat module | Florian Westphal | 2018-05-29 | 6 | -20/+4 |
| * | netfilter: add includes to nf_socket.h | Máté Eckl | 2018-05-29 | 1 | -4/+2 |
* | | Merge tag 'mlx5e-updates-2018-06-01' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2018-06-02 | 13 | -360/+726 |
|\ \ |
|
| * | | net/mlx5e: TX, Separate cachelines of xmit and completion stats | Tariq Toukan | 2018-06-02 | 2 | -8/+9 |
| * | | net/mlx5e: RX, Always prefer Linear SKB configuration | Tariq Toukan | 2018-06-02 | 1 | -3/+10 |
| * | | net/mlx5e: RX, Enhance legacy Receive Queue memory scheme | Tariq Toukan | 2018-06-02 | 3 | -127/+362 |
| * | | net/mlx5e: RX, Use cyclic WQ in legacy RQ | Tariq Toukan | 2018-06-02 | 6 | -111/+161 |
| * | | net/mlx5e: RX, Split WQ objects for different RQ types | Tariq Toukan | 2018-06-02 | 3 | -57/+110 |
| * | | net/mlx5e: RX, Remove HW LRO support in legacy RQ | Tariq Toukan | 2018-06-02 | 2 | -14/+26 |
| * | | net/mlx5e: RX, Dedicate a function for copying SKB header | Tariq Toukan | 2018-06-02 | 1 | -13/+17 |
| * | | net/mlx5e: RX, Generalise function of SKB frag addition | Tariq Toukan | 2018-06-02 | 1 | -8/+8 |
| * | | net/mlx5e: RX, Generalise name of non-linear SKB head size | Tariq Toukan | 2018-06-02 | 3 | -4/+4 |
| * | | net/mlx5e: TX, Obsolete maintaining local copies of skb->len/data | Tariq Toukan | 2018-06-02 | 1 | -30/+12 |
| * | | net/mlx5: FPGA, Handle QP error event | Ilan Tayari | 2018-06-02 | 1 | -4/+24 |
| * | | net/mlx5e: Support configurable MTU for vport representors | Adi Nissim | 2018-06-02 | 3 | -4/+28 |
| * | | net/mlx5e: Increase aRFS flow tables size | Maor Gottlieb | 2018-06-02 | 1 | -1/+1 |
| * | | net/mlx5e: Remove redundant active_channels indication | Eran Ben Elisha | 2018-06-02 | 4 | -20/+0 |
| * | | net/mlx5e: Present SW stats when state is not opened | Eran Ben Elisha | 2018-06-02 | 2 | -16/+13 |
| * | | net/mlx5e: IPOIB, Add a missing skb_pull | Tariq Toukan | 2018-06-02 | 1 | -0/+1 |
| * | | net/mlx5e: IPOIB, Fix overflowing SQ WQE memset | Tariq Toukan | 2018-06-02 | 1 | -3/+3 |
|/ / |
|