aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend3-14/+19
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2-1/+4
2018-03-19sockmap: convert refcnt to an atomic refcntJohn Fastabend1-13/+10
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend3-62/+67
2018-03-16Merge branch 'bpf-tools-build-improvements'Daniel Borkmann3-3/+7
2018-03-16tools: bpf: remove feature detection outputJakub Kicinski2-0/+4
2018-03-16tools: bpf: cleanup PHONY targetJakub Kicinski1-1/+1
2018-03-16tools: bpftool: fix potential format truncationJakub Kicinski1-1/+1
2018-03-16tools: bpftool: fix dependency file pathJakub Kicinski1-1/+1
2018-03-15Merge branch 'bpf-stackmap-build-id'Daniel Borkmann7-24/+535
2018-03-15bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu5-2/+278
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2-22/+257
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet1-0/+3
2018-03-09Merge branch 'bpf-tools-makefile-improvements'Daniel Borkmann2-25/+51
2018-03-09tools: bpf: silence make by not deleting intermediate fileJiri Benc1-1/+1
2018-03-09tools: bpf: respect quiet/verbose buildJiri Benc1-11/+27
2018-03-09tools: bpf: call descend in MakefileJiri Benc1-3/+3
2018-03-09tools: bpf: make install should build firstJiri Benc1-2/+4
2018-03-09tools: bpf: consistent make bpf_installJiri Benc1-4/+6
2018-03-09tools: bpf: respect output directory during buildJiri Benc1-16/+22
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc1-1/+1
2018-03-08Merge branch 'bpf-perf-sample-addr'Daniel Borkmann4-4/+36
2018-03-08samples/bpf: add example to test reading addressTeng Qin2-0/+19
2018-03-08bpf: add support to read sample address in bpf programTeng Qin2-4/+17
2018-03-07ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet1-1/+5
2018-03-07Merge branch 'RDS-zerocopy-code-enhancements'David S. Miller4-85/+138
2018-03-07rds: use list structure to track information for zerocopy completion notificationSowmini Varadhan4-44/+85
2018-03-07rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan1-48/+60
2018-03-07cxgb3: remove VLA usageGustavo A. R. Silva1-4/+4
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia1-1/+2
2018-03-07Merge branch 'mvpp2-ucast-filter'David S. Miller1-147/+173
2018-03-07net: mvpp2: Add support for unicast filteringMaxime Chevallier1-135/+161
2018-03-07net: mvpp2: Simplify MAC filtering function parametersMaxime Chevallier1-15/+15
2018-03-07selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_ok_testJiri Pirko1-1/+1
2018-03-07selftests: forwarding: fix "ok" action testJiri Pirko1-1/+4
2018-03-07net: cdc_eem: clean up bind error pathJohan Hovold1-4/+1
2018-03-07net: kalmia: clean up bind error pathJohan Hovold1-5/+1
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller16-184/+494
2018-03-07selftests: net: Introduce first PMTU testStefano Brivio2-1/+164
2018-03-07net/mlx4_en: try to use high order pages for RX ringsEric Dumazet1-8/+5
2018-03-07enic: fix boolreturn.cocci warningsFengguang Wu1-1/+1
2018-03-07net: dsa: mv88e6xxx: fix boolreturn.cocci warningsFengguang Wu1-3/+3
2018-03-07net: phy: mdio-mux: slience probe defer errorJerome Brunet1-2/+3
2018-03-07net: unpollute priv_flags spacePaolo Abeni3-28/+20
2018-03-07Merge branch 'net-phy-remove-phy_error-from-phy_disable_interrupts'David S. Miller1-18/+4
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit1-7/+2
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit1-11/+2
2018-03-07selftests/net: fix in_netns.sh scriptPrashant Bhole1-1/+1
2018-03-07net: mvpp2: mvpp2_check_hw_buf_num() can be statickbuild test robot1-1/+1
2018-03-07ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva1-1/+1