aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-27net: Convert cfg802154_pernet_opsKirill Tkhai1-0/+1
2018-02-27net: Convert sit_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert vti6_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert ip6_tnl_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert ip6gre_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops and ipip_net_opsKirill Tkhai3-0/+5
2018-02-27net: Convert br_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert vxlan_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert ppp_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert gtp_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert geneve_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert bond_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operationsKirill Tkhai16-0/+17
2018-02-27net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai2-0/+2
2018-02-27net: Convert cma_pernet_operationsKirill Tkhai1-0/+1
2018-02-27net: Convert simple pernet_operationsKirill Tkhai6-0/+6
2018-02-27net: Convert nfs_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert synproxy_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert hashlimit_net_ops and recent_net_opsKirill Tkhai2-0/+2
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai7-0/+7
2018-02-27ipvlan: fix building with modular IPV6Arnd Bergmann1-0/+1
2018-02-26i40e: remove some stray indentingDan Carpenter1-2/+2
2018-02-26i40evf: remove redundant array comparisons to 0 checksColin Ian King1-36/+25
2018-02-26i40e: check that pointer VSI is not null before dereferencing itColin Ian King1-1/+1
2018-02-26i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King1-14/+18
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady3-7/+13
2018-02-26i40evf: Fix double locking the same resourcePaweł Jabłoński1-6/+8
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan6-8/+11
2018-02-26i40e: link_down_on_close private flag supportMariusz Stachura3-0/+114
2018-02-26net/sonic: Replace custom debug logging with netif_* callsFinn Thain5-103/+61
2018-02-26net/sonic: Clean up and modernize log messagesFinn Thain3-40/+33
2018-02-26net/macsonic: Drop redundant MACH_IS_MAC testFinn Thain1-3/+0
2018-02-26net/macsonic: Convert to nubus_driverFinn Thain1-54/+119
2018-02-26sh_eth: fix TSU init on SH7734/R8A7740Sergei Shtylyov2-1/+6
2018-02-26sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1Sergei Shtylyov2-13/+6
2018-02-26tc: python3, string formattingsBTaskaya2-5/+5
2018-02-26ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King1-1/+1
2018-02-26ixgbevf: add build_skb supportEmil Tantilov1-0/+41
2018-02-26ixgbevf: break out Rx buffer page managementEmil Tantilov1-113/+114
2018-02-26ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2-217/+182
2018-02-26ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov1-5/+25
2018-02-26ixgbevf: add support for padding packetEmil Tantilov2-4/+39
2018-02-26ixgbevf: setup queue countsEmil Tantilov1-15/+29
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2-24/+92
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2-0/+50
2018-02-26ixgbevf: use page_address offset from pageEmil Tantilov1-6/+5
2018-02-26ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller1-1/+2
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang1-2/+2
2018-02-26xen-netback: make function xenvif_rx_skb staticColin Ian King1-1/+1
2018-02-26tools: tc-testing: better error reportingBrenda J. Butler1-14/+70