- 989d981 net: Convert sit_net_ops by Kirill Tkhai · 7 years ago
- 5ecc295 net: Convert vti6_net_ops by Kirill Tkhai · 7 years ago
- 66997ba net: Convert ip6_tnl_net_ops by Kirill Tkhai · 7 years ago
- 5c155c5 net: Convert ip6gre_net_ops by Kirill Tkhai · 7 years ago
- 3150210 net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops and ipip_net_ops by Kirill Tkhai · 7 years ago
- 3cec5fb net: Convert br_net_ops by Kirill Tkhai · 7 years ago
- ef74c07 net: Convert vxlan_net_ops by Kirill Tkhai · 7 years ago
- cd59b28 net: Convert ppp_net_ops by Kirill Tkhai · 7 years ago
- 9e76745 net: Convert gtp_net_ops by Kirill Tkhai · 7 years ago
- f60f334 net: Convert geneve_net_ops by Kirill Tkhai · 7 years ago
- 6963ad6 net: Convert bond_net_ops by Kirill Tkhai · 7 years ago
- 685ecfb net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations by Kirill Tkhai · 7 years ago
- 5fcc858 net: Convert sysctl creating and destroying pernet_operations by Kirill Tkhai · 7 years ago
- 2535486 net: Convert cma_pernet_operations by Kirill Tkhai · 7 years ago
- 02df428 net: Convert simple pernet_operations by Kirill Tkhai · 7 years ago
- 7300bd9 net: Convert nfs_net_ops by Kirill Tkhai · 7 years ago
- f0aad8e net: Convert synproxy_net_ops by Kirill Tkhai · 7 years ago
- 47d63a0 net: Convert hashlimit_net_ops and recent_net_ops by Kirill Tkhai · 7 years ago
- c80afa0 net: Convert /proc creating and destroying pernet_operations by Kirill Tkhai · 7 years ago
- 7f897db ipvlan: fix building with modular IPV6 by Arnd Bergmann · 7 years ago
- 3808b51 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
- 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
- cb31232 Merge branch 'sonic-ethernet-cleanups' by David S. Miller · 7 years ago
- 995b2a6 net/sonic: Replace custom debug logging with netif_* calls by Finn Thain · 7 years ago
- bbc2f23 net/sonic: Clean up and modernize log messages by Finn Thain · 7 years ago
- 3d16bad net/macsonic: Drop redundant MACH_IS_MAC test by Finn Thain · 7 years ago
- 0d12c68 net/macsonic: Convert to nubus_driver by Finn Thain · 7 years ago
- a94cf2a sh_eth: fix TSU init on SH7734/R8A7740 by Sergei Shtylyov · 7 years ago
- 4869a14 sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1 by Sergei Shtylyov · 7 years ago
- 3adc1c6 tc: python3, string formattings by BTaskaya · 7 years ago
- 93a6a37 ixgbevf: remove redundant initialization of variable 'dma' by Colin Ian King · 7 years ago
- 6d9c021 ixgbevf: add build_skb support by Emil Tantilov · 7 years ago
- 925f569 ixgbevf: break out Rx buffer page management by Emil Tantilov · 7 years ago
- 21c046e4 ixgbevf: allocate the rings as part of q_vector by Emil Tantilov · 7 years ago
- 5cc0f1c ixgbevf: make sure all frames fit minimum size requirements by Emil Tantilov · 7 years ago
- 1ab37e1 ixgbevf: add support for padding packet by Emil Tantilov · 7 years ago
- f2d00ec ixgbevf: setup queue counts by Emil Tantilov · 7 years ago
- f15c5ba ixgbevf: add support for using order 1 pages to receive large frames by Emil Tantilov · 7 years ago
- bc04347 ixgbevf: add ethtool private flag for legacy Rx by Emil Tantilov · 7 years ago
- 9913db0 ixgbevf: use page_address offset from page by Emil Tantilov · 7 years ago
- 6704a3a ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode by Jacob Keller · 7 years ago
- 60f4b64 ixgbe: Avoid to write the RETA table when unnecessary by Tonghao Zhang · 7 years ago
- ed820f4 xen-netback: make function xenvif_rx_skb static by Colin Ian King · 7 years ago
- 9e25b6f Merge branch 'tools-tc-testing-better-error-reporting' by David S. Miller · 7 years ago
- f9b63a1 tools: tc-testing: better error reporting by Brenda J. Butler · 7 years ago
- 6a7b75f tools: tc-testing: Fix indentation by Brenda J. Butler · 7 years ago
- 9baeb5e sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMII by Colin Ian King · 7 years ago
- ed2da62 mlxsw: spectrum_kvdl: avoid uninitialized variable warning by Arnd Bergmann · 7 years ago
- b89c769 mlxsw: spectrum_kvdl: use div_u64() for 64-bit division by Arnd Bergmann · 7 years ago
- 8f611fb ixgbe: remove redundant initialization of 'pool' by Colin Ian King · 7 years ago
- 25ab47e Merge branch 'mv88e6xxx-Poll-when-no-interrupt-defined' by David S. Miller · 7 years ago
- f8c193c arm: mvebu: 370-rd: Enable PHY interrupt handling by Andrew Lunn · 7 years ago
- 294d711 net: dsa: mv88e6xxx: Poll when no interrupt defined by Andrew Lunn · 7 years ago
- 65b53bf mlxsw: spectrum_switchdev: Allow port enslavement to a VLAN-unaware bridge by Ido Schimmel · 7 years ago
- ba6056a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- c535077 samples/bpf: Add program for CPU state statistics by Leo Yan · 7 years ago
- 7d72637 Merge branch 'x86-jit' by Alexei Starovoitov · 7 years ago
- 23d191a bpf: add various jit test cases by Daniel Borkmann · 7 years ago
- 0869175 bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpf by Daniel Borkmann · 7 years ago
- 4c38e2f bpf, x64: save few bytes when mul is in alu32 by Daniel Borkmann · 7 years ago
- d806a0c bpf, x64: save several bytes when mul dest is r0/r3 anyway by Daniel Borkmann · 7 years ago
- 6fe8b9c bpf, x64: save several bytes by using mov over movabsq when possible by Daniel Borkmann · 7 years ago
- 88e69a1 bpf, x64: save one byte per shl/shr/sar when imm is 1 by Daniel Borkmann · 7 years ago
- f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 2eb02aa Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
- 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 2bd06ce Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
- 13f514b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
- 938e142 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
- 170e07b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- 1b71af6 net: fib_rules: Add new attribute to set protocol by Donald Sharp · 7 years ago
- 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
- cc30c93 selftests/net: ignore background traffic in psock_fanout by Willem de Bruijn · 7 years ago
- 3c69f79 atm: idt77252: remove redundant bit-wise or'ing of zero by Colin Ian King · 7 years ago
- a5f7add net_sched: gen_estimator: fix broken estimators based on percpu stats by Eric Dumazet · 7 years ago
- 2217009 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
- 79a5b97 rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier by Sowmini Varadhan · 7 years ago
- 9dbe789 r8169: simplify and improve check for dash by Heiner Kallweit · 7 years ago
- 7edf6d3 r8169: disable WOL per default by Heiner Kallweit · 7 years ago
- d903ec7 gianfar: simplify FCS handling and fix memory leak by Andy Spencer · 7 years ago
- ca79bec ipv6 sit: work around bogus gcc-8 -Wrestrict warning by Arnd Bergmann · 7 years ago
- 4e14bf4 macvlan: fix use-after-free in macvlan_common_newlink() by Alexey Kodanev · 7 years ago
- ee07862 bpf: NULL pointer check is not needed in BPF_CGROUP_RUN_PROG_INET_SOCK by Yafang Shao · 7 years ago
- 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
- 120f3b1 integrity/security: fix digsig.c build error with header file by Randy Dunlap · 7 years ago
- 16c4db3 Merge tag 'keys-fixes-20180222-2' of https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into fixes-v4.16-rc3 by James Morris · 7 years ago
- b17800e Merge tag 'imx-drm-next-2018-02-22' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 7 years ago
- 0f9da84 MIPS: boot: Define __ASSEMBLY__ for its.S build by Kees Cook · 7 years ago
- bae6cfe Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- 0bb7816 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
- 16338a9 bpf, arm64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
- a493a87 bpf, x64: implement retpoline for tail call by Daniel Borkmann · 7 years ago
- 9026e82 fs/signalfd: fix build error for BUS_MCEERR_AR by Randy Dunlap · 7 years ago
- 93c62c4 rxrpc: Fix send in rxrpc_send_data_packet() by David Howells · 7 years ago
- 4618245 dsa: ptp: mark dummy helpers as 'inline' by Arnd Bergmann · 7 years ago
- 370c105 net: aquantia: Fix error handling in aq_pci_probe() by Dan Carpenter · 7 years ago
- 6c5f610 bpf: fix rcu lockdep warning for lpm_trie map_free callback by Yonghong Song · 7 years ago
- 32fff23 bpf: add schedule points in percpu arrays management by Eric Dumazet · 7 years ago
- 8e88262 Merge branch 'nfp-build-and-FW-initramfs-updates' by David S. Miller · 7 years ago