summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev-20/+31
2019-04-23bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb modeStanislav Fomichev-30/+17
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev-59/+117
2019-04-22net: systemport: Remove need for DMA descriptorFlorian Fainelli-58/+8
2019-04-22bridge: Fix possible use-after-free when deleting bridge portIdo Schimmel-1/+2
2019-04-22r8152: sync sa_family with the media type of network deviceCrag.Wang-0/+2
2019-04-22Merge branch 'mlxsw-Shared-buffer-improvements'David S. Miller-153/+300
2019-04-22mlxsw: spectrum_buffers: Adjust CPU port shared buffer egress quotasIdo Schimmel-7/+35
2019-04-22mlxsw: spectrum_buffers: Allow skipping ingress port quota configurationIdo Schimmel-2/+8
2019-04-22mlxsw: spectrum_buffers: Split business logic from mlxsw_sp_port_sb_pms_init()Ido Schimmel-7/+14
2019-04-22mlxsw: spectrum_buffers: Use new CPU ingress pool for control packetsIdo Schimmel-12/+7
2019-04-22mlxsw: spectrum_buffers: Add pools for CPU trafficIdo Schimmel-0/+20
2019-04-22mlxsw: spectrum_buffers: Remove assumption about pool orderIdo Schimmel-18/+13
2019-04-22mlxsw: spectrum_buffers: Forbid changing multicast TCs' attributesIdo Schimmel-0/+2
2019-04-22mlxsw: spectrum_buffers: Forbid changing threshold type of first egress poolIdo Schimmel-4/+4
2019-04-22mlxsw: spectrum_buffers: Forbid configuration of multicast poolIdo Schimmel-2/+12
2019-04-22mlxsw: spectrum_buffers: Add ability to veto TC's configurationIdo Schimmel-0/+18
2019-04-22mlxsw: spectrum_buffers: Add ability to veto pool's configurationIdo Schimmel-1/+16
2019-04-22mlxsw: spectrum_buffers: Use defines for pool indicesIdo Schimmel-78/+104
2019-04-22mlxsw: spectrum_buffers: Add extack messages for invalid configurationsIdo Schimmel-18/+33
2019-04-22net: devlink: Add extack to shared buffer operationsIdo Schimmel-16/+26
2019-04-22Merge branch 'net-clean-up-needless-use-of-module-infrastructure'David S. Miller-18/+9
2019-04-22net: strparser: make it explicitly non-modularPaul Gortmaker-10/+4
2019-04-22net: bpfilter: dont use module_init in non-modular codePaul Gortmaker-2/+1
2019-04-22cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker-2/+0
2019-04-22net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker-1/+2
2019-04-22net: fib: drop include of module.h from fib_notifier.hPaul Gortmaker-1/+2
2019-04-22net: ife: drop include of module.h from net/ife.hPaul Gortmaker-1/+0
2019-04-22net: psample: drop include of module.h from psample.hPaul Gortmaker-1/+0
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern-8/+8
2019-04-22ipv6: Remove fib6_info_nh_lwtDavid Ahern-6/+0
2019-04-22include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee-1/+1
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-288/+3594
2019-04-23Merge branch 'bpf-verifier-lock'Daniel Borkmann-15/+23
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov-3/+5
2019-04-23bpf: remove global variablesAlexei Starovoitov-12/+18
2019-04-23bpf: document the verifier limitsAlexei Starovoitov-2/+27
2019-04-21ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern-2/+4
2019-04-21ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern-3/+2
2019-04-21net: hippi:Fix misuse of %x in rrunner.cFuqian Huang-2/+2
2019-04-21net: ax25: fix misuse of %xFuqian Huang-2/+2
2019-04-21atm: iphase: fix misuse of %xFuqian Huang-2/+2
2019-04-21Merge branch 'mlxsw-Small-routing-improvements'David S. Miller-4/+8
2019-04-21mlxsw: spectrum_router: Relax FIB rule validationIdo Schimmel-0/+4
2019-04-21mlxsw: spectrum: Use a stable ECMP/LAG seedIdo Schimmel-4/+4
2019-04-19nfp: add SR-IOV trusted VF supportPablo Cascón-2/+33
2019-04-19Merge branch 'hns3-next'David S. Miller-25/+437
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo-1/+8
2019-04-19net: hns3: add queue's statistics update to service taskliuzhongzhu-0/+11
2019-04-19net: hns3: Add handling of MAC tunnel interruptionWeihang Li-0/+96