summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bpf-stackmap-build-id'Daniel Borkmann2018-03-157-24/+535
|\
| * bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-155-2/+278
| * bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-152-22/+257
|/
* bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet2018-03-091-0/+3
* Merge branch 'bpf-tools-makefile-improvements'Daniel Borkmann2018-03-092-25/+51
|\
| * tools: bpf: silence make by not deleting intermediate fileJiri Benc2018-03-091-1/+1
| * tools: bpf: respect quiet/verbose buildJiri Benc2018-03-091-11/+27
| * tools: bpf: call descend in MakefileJiri Benc2018-03-091-3/+3
| * tools: bpf: make install should build firstJiri Benc2018-03-091-2/+4
| * tools: bpf: consistent make bpf_installJiri Benc2018-03-091-4/+6
| * tools: bpf: respect output directory during buildJiri Benc2018-03-091-16/+22
| * tools: bpftool: silence 'missing initializer' warningsJiri Benc2018-03-091-1/+1
|/
* Merge branch 'bpf-perf-sample-addr'Daniel Borkmann2018-03-084-4/+36
|\
| * samples/bpf: add example to test reading addressTeng Qin2018-03-082-0/+19
| * bpf: add support to read sample address in bpf programTeng Qin2018-03-082-4/+17
|/
* ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet2018-03-081-1/+5
* Merge branch 'RDS-zerocopy-code-enhancements'David S. Miller2018-03-084-85/+138
|\
| * rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-084-44/+85
| * rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan2018-03-081-48/+60
|/
* cxgb3: remove VLA usageGustavo A. R. Silva2018-03-071-4/+4
* sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia2018-03-071-1/+2
* Merge branch 'mvpp2-ucast-filter'David S. Miller2018-03-071-147/+173
|\
| * net: mvpp2: Add support for unicast filteringMaxime Chevallier2018-03-071-135/+161
| * net: mvpp2: Simplify MAC filtering function parametersMaxime Chevallier2018-03-071-15/+15
|/
* selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_o...Jiri Pirko2018-03-071-1/+1
* selftests: forwarding: fix "ok" action testJiri Pirko2018-03-071-1/+4
* net: cdc_eem: clean up bind error pathJohan Hovold2018-03-071-4/+1Star
* net: kalmia: clean up bind error pathJohan Hovold2018-03-071-5/+1Star
* Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2018-03-0716-184/+494
|\
| * net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel2018-03-073-5/+5
| * {net,IB}/mlx5: Add flow steering helpersBoris Pismenny2018-03-073-6/+143
| * net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak2018-03-074-25/+21Star
| * net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel2018-03-076-0/+36
| * net/mlx5: Add shim layer between fs and cmdMatan Barak2018-03-074-100/+248
| * {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-074-2/+5
| * IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny2018-03-071-12/+8Star
| * net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak2018-03-071-19/+20
| * net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel2018-03-071-2/+2
| * net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel2018-03-071-9/+4Star
| * net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel2018-03-071-3/+6
| * net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel2018-03-071-2/+2
| * IB/mlx5: Removed not used parametersAviad Yehezkel2018-03-072-5/+0Star
* | selftests: net: Introduce first PMTU testStefano Brivio2018-03-072-1/+164
* | net/mlx4_en: try to use high order pages for RX ringsEric Dumazet2018-03-071-8/+5Star
* | enic: fix boolreturn.cocci warningsFengguang Wu2018-03-071-1/+1
* | net: dsa: mv88e6xxx: fix boolreturn.cocci warningsFengguang Wu2018-03-071-3/+3
* | net: phy: mdio-mux: slience probe defer errorJerome Brunet2018-03-071-2/+3
* | net: unpollute priv_flags spacePaolo Abeni2018-03-073-28/+20Star
* | Merge branch 'net-phy-remove-phy_error-from-phy_disable_interrupts'David S. Miller2018-03-071-18/+4Star
|\ \
| * | net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit2018-03-071-7/+2Star