summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing1-2/+0
2020-02-23tc-testing: updated tdc tests for basic filter with u32 extended match rulesRoman Mashak1-0/+198
2020-02-23r8169: improve rtl8169_start_xmitHeiner Kallweit1-13/+10
2020-02-23net: ena: ethtool: remove redundant non-zero check on rcColin Ian King1-4/+0
2020-02-23tun: Remove unnecessary BUG_ON check in tun_net_xmitDavid Ahern1-2/+0
2020-02-23Merge branch 'mlxsw-Cosmetic-fixes'David S. Miller7-226/+174
2020-02-23mlxsw: pci: Remove unused valuesIdo Schimmel1-2/+0
2020-02-23mlxsw: core: Remove priv from listener equality comparisonJiri Pirko2-25/+15
2020-02-23mlxsw: spectrum_acl: Make block arg const where appropriateJiri Pirko2-7/+10
2020-02-23mlxsw: spectrum_trap: Make global arrays const as they should beJiri Pirko1-6/+6
2020-02-23mlxsw: core: Remove initialization to false of mlxsw_listener structJiri Pirko1-2/+0
2020-02-23mlxsw: core: Convert is_event and is_ctrl bools to be single bitsJiri Pirko1-2/+2
2020-02-23mlxsw: core: Remove dummy union name from struct mlxsw_listenerJiri Pirko2-7/+7
2020-02-23mlxsw: core: Remove unused action field from mlxsw_rx_listener structJiri Pirko1-1/+0
2020-02-23mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init()Jiri Pirko1-53/+19
2020-02-23mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap ActionJiri Pirko1-54/+49
2020-02-23mlxsw: spectrum_trap: Move functions to avoid their forward declarationsJiri Pirko1-78/+73
2020-02-23mlxsw: spectrum_trap: Use err variable instead of directly checking func retu...Jiri Pirko1-2/+6
2020-02-22r8169: remove RTL_EVENT_NAPI constantsHeiner Kallweit1-5/+1
2020-02-22Merge branch 'mlxsw-Remove-RTNL-from-route-insertion-path'David S. Miller6-156/+267
2020-02-22mlxsw: spectrum: Remove RTNL where possibleIdo Schimmel2-29/+0
2020-02-22mlxsw: spectrum_router: Take router lock from exported helpersIdo Schimmel1-22/+58
2020-02-22mlxsw: spectrum_router: Take router lock from inetaddr listenersIdo Schimmel1-3/+9
2020-02-22mlxsw: spectrum_router: Take router lock from netdev listenerIdo Schimmel2-23/+45
2020-02-22mlxsw: spectrum_dpipe: Take router lock from dpipe codeIdo Schimmel1-0/+18
2020-02-22mlxsw: spectrum_router: Take router lock from inside routing codeIdo Schimmel1-7/+17
2020-02-22mlxsw: spectrum_router: Introduce router lockIdo Schimmel2-0/+5
2020-02-22mlxsw: spectrum_router: Store NVE decapsulation configuration in routerIdo Schimmel4-29/+46
2020-02-22mlxsw: spectrum_router: Expose router struct to internal usersIdo Schimmel2-33/+33
2020-02-22mlxsw: spectrum_mr: Protect multicast route list with a lockIdo Schimmel1-4/+20
2020-02-22mlxsw: spectrum_mr: Protect multicast table list with a lockIdo Schimmel1-0/+11
2020-02-22mlxsw: spectrum_mr: Publish multicast route after writing it to the deviceIdo Schimmel1-9/+8
2020-02-21Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support'David S. Miller5-96/+308
2020-02-21net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha1-0/+39
2020-02-21net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha2-4/+119
2020-02-21net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed1-21/+24
2020-02-21net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed2-38/+54
2020-02-21net/mlxfw: More error messages coverageSaeed Mahameed1-9/+26
2020-02-21net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed1-29/+65
2020-02-21net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed5-30/+16
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller33-161/+2433
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller511-7704/+9346
2020-02-21Merge branch 'bpf-sockmap-listen'Daniel Borkmann19-103/+1910
2020-02-21selftests/bpf: Tests for sockmap/sockhash holding listening socketsJakub Sitnicki2-0/+1594
2020-02-21selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASHJakub Sitnicki1-10/+53
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki4-47/+22
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2-8/+17
2020-02-21bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki1-2/+7
2020-02-21bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki1-4/+53
2020-02-21bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki1-7/+45