Age | Commit message (Expand) | Author | Files | Lines |
2018-03-27 | liquidio: Removed duplicate Tx queue status check | Intiyaz Basha | 2 | -57/+0 |
2018-03-27 | ipv6: addrconf: Use normal debugging style | Joe Perches | 1 | -20/+8 |
2018-03-27 | tc-testing: Correct compound statements for namespace execution | Lucas Bates | 1 | -5/+5 |
2018-03-27 | tipc: tipc_node_create() can be static | Wei Yongjun | 1 | -2/+2 |
2018-03-27 | tipc: fix error handling in tipc_udp_enable() | Wei Yongjun | 1 | -1/+2 |
2018-03-27 | net: aquantia: Make function hw_atl_utils_mpi_set_speed() static | Wei Yongjun | 1 | -1/+1 |
2018-03-27 | Merge branch 'net-mvpp2-Remove-unnecessary-dynamic-allocs' | David S. Miller | 1 | -183/+137 |
2018-03-27 | net: mvpp2: Don't use dynamic allocs for local variables | Maxime Chevallier | 1 | -161/+125 |
2018-03-27 | net: mvpp2: Make mvpp2_prs_hw_read a parser entry init function | Maxime Chevallier | 1 | -29/+19 |
2018-03-27 | net/ncsi: check for null return from call to nla_nest_start | Colin Ian King | 1 | -0/+4 |
2018-03-27 | sctp: remove unnecessary asoc in sctp_has_association | Xin Long | 3 | -15/+14 |
2018-03-27 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 6 | -122/+181 |
2018-03-26 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 26 | -0/+18863 |
2018-03-26 | i40e: add support for XDP_REDIRECT | Björn Töpel | 3 | -10/+68 |
2018-03-26 | i40e: tweak page counting for XDP_REDIRECT | Björn Töpel | 1 | -5/+4 |
2018-03-26 | i40e: re-number feature flags to remove gaps | Jacob Keller | 1 | -31/+26 |
2018-03-26 | i40e: stop using cmpxchg flow in i40e_set_priv_flags() | Jacob Keller | 1 | -14/+5 |
2018-03-26 | i40e: hold the RTNL lock while changing interrupt schemes | Jacob Keller | 1 | -2/+17 |
2018-03-26 | i40e: move client flags into state bits | Jacob Keller | 3 | -19/+17 |
2018-03-26 | i40e: move I40E_FLAG_TEMP_LINK_POLLING to state field | Jacob Keller | 2 | -5/+5 |
2018-03-26 | i40e: move AUTO_DISABLED flags into the state field | Jacob Keller | 4 | -26/+27 |
2018-03-26 | i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state field | Jacob Keller | 2 | -7/+6 |
2018-03-26 | i40e: move I40E_FLAG_FILTER_SYNC to a state bit | Jacob Keller | 2 | -8/+11 |
2018-03-26 | ice: Implement filter sync, NDO operations and bump version | Anirudh Venkataramanan | 9 | -1/+728 |
2018-03-26 | ice: Support link events, reset and rebuild | Anirudh Venkataramanan | 7 | -6/+681 |
2018-03-26 | ice: Update Tx scheduler tree for VSI multi-Tx queue support | Anirudh Venkataramanan | 8 | -3/+1006 |
2018-03-26 | ice: Add stats and ethtool support | Anirudh Venkataramanan | 9 | -5/+1828 |
2018-03-26 | ice: Add support for VLANs and offloads | Anirudh Venkataramanan | 10 | -16/+1631 |
2018-03-26 | ice: Implement transmit and NAPI support | Anirudh Venkataramanan | 5 | -2/+1171 |
2018-03-26 | ice: Configure VSIs for Tx/Rx | Anirudh Venkataramanan | 14 | -6/+2729 |
2018-03-26 | ice: Add support for switch filter programming | Anirudh Venkataramanan | 7 | -2/+1935 |
2018-03-26 | ice: Add support for VSI allocation and deallocation | Anirudh Venkataramanan | 7 | -0/+1548 |
2018-03-26 | ice: Initialize PF and setup miscellaneous interrupt | Anirudh Venkataramanan | 10 | -1/+1025 |
2018-03-26 | ice: Get MAC/PHY/link info and scheduler topology | Anirudh Venkataramanan | 8 | -0/+929 |
2018-03-26 | ice: Get switch config, scheduler config and device capabilities | Anirudh Venkataramanan | 10 | -1/+1082 |
2018-03-26 | Merge branch 'mlxsw-Offload-IPv6-multicast-routes' | David S. Miller | 15 | -331/+701 |
2018-03-26 | mlxsw: spectrum: Add multicast router trap for PIMv6 | Yuval Mintz | 2 | -0/+2 |
2018-03-26 | mlxsw: spectrum_router: Process IP6MR fib notification | Yuval Mintz | 1 | -7/+10 |
2018-03-26 | mlxsw: spectrum_mr: Add ipv6 specific operations | Yuval Mintz | 2 | -0/+57 |
2018-03-26 | mlxsw: spectrum_router: Make IPMR-related APIs family agnostic | Yuval Mintz | 3 | -46/+47 |
2018-03-26 | mlxsw: spectrum_mr: Convert into using mr_mfc | Yuval Mintz | 1 | -84/+108 |
2018-03-26 | mlxsw: spectrum_router: Support IPv6 multicast to host CPU | Yuval Mintz | 3 | -54/+121 |
2018-03-26 | mlxsw: spectrum_mr: Pass protocol as part of catchall route params | Yuval Mintz | 1 | -0/+1 |
2018-03-26 | mlxsw: reg: Add register settings for IPv6 multicast routing | Yuval Mintz | 1 | -14/+44 |
2018-03-26 | mlxsw: reg: Configure RIF to forward IPv6 multicast packets | Yuval Mintz | 1 | -0/+16 |
2018-03-26 | ip6mr: Add refcounting to mfc | Yuval Mintz | 6 | -31/+27 |
2018-03-26 | ip6mr: Add API for default_rule fib | Yuval Mintz | 2 | -0/+17 |
2018-03-26 | ip6mr: Support fib notifications | Yuval Mintz | 2 | -8/+106 |
2018-03-26 | ipmr: Make ipmr_dump() common | Yuval Mintz | 3 | -51/+62 |
2018-03-26 | ipmr: Make MFC fib notifiers common | Yuval Mintz | 4 | -33/+56 |