summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-23ixgbevf: Add support for meta dataTony Nguyen
2018-03-23ixgbevf: Delay tail write for XDP packetsTony Nguyen
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson
2018-03-23ixgbe: remove unneeded ipsec test in TX pathShannon Nelson
2018-03-23ixgbe: no need for ipsec csum feature checkShannon Nelson
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt
2018-03-23ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt
2018-03-23net: phy: intel-xway: add VR9 v1.1 phy idsMathias Kresin
2018-03-23net: phy: intel-xway: add VR9 version numberMathias Kresin
2018-03-23net: hns3: hclge_inform_reset_assert_to_vf() can be statickbuild test robot
2018-03-23qed: Use true and false for boolean valuesGustavo A. R. Silva
2018-03-23dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva
2018-03-23Merge branch 'tipc-introduce-128-bit-auto-configurable-node-id'David S. Miller
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: add 128-bit node identifierJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-03-23tipc: some cleanups in the file discover.cJon Maloy
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy
2018-03-23net/mlx5: Fix use-after-freeGustavo A. R. Silva
2018-03-23Merge branch 'pernet-convert-part11'David S. Miller
2018-03-23net: Convert rxrpc_net_opsKirill Tkhai
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai
2018-03-23mlxsw: spectrum_span: Fix initialization of struct mlxsw_sp_span_parmsPetr Machata
2018-03-23tc-testing: add selftests for 'bpf' actionDavide Caratti
2018-03-23net: bridge: fix direct access to bridge vlan_enabled and use helperNikolay Aleksandrov
2018-03-23Merge branch 'tls-RX'David S. Miller
2018-03-23tls: Add receive path documentationDave Watson
2018-03-23tls: RX path for ktlsDave Watson
2018-03-23tls: Refactor variable namesDave Watson
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson
2018-03-23tls: Move cipher info to a separate structDave Watson
2018-03-23tls: Generalize zerocopy_from_iterDave Watson
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-23bridge: Allow max MTU when multiple VLANs presentChas Williams
2018-03-23virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUSJay Vosburgh
2018-03-23devlink: Remove top_hierarchy arg for DEVLINK disabled pathDavid Ahern
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-22Merge tag 'drm-fixes-for-v4.16-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2018-03-22mm, thp: do not cause memcg oom for thpDavid Rientjes
2018-03-22mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek
2018-03-22mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov