summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck3-19/+30
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck1-31/+0
2018-04-25bpf, x64: fix JIT emission for dead codeGianluca Borello1-1/+11
2018-04-25Merge branch 'bpf-optimize-neg-sums'Daniel Borkmann2-113/+124
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2-13/+35
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski1-107/+61
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski1-0/+35
2018-04-25nfp: bpf: remove double spaceJakub Kicinski1-1/+1
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller221-1485/+2739
2018-04-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2018-04-25bpf: reduce runtime of test_sockmap testsJohn Fastabend1-17/+16
2018-04-25Merge branch 'bpf-sockmap-selftests'Daniel Borkmann9-738/+788
2018-04-25bpf: sockmap, remove samples programJohn Fastabend4-2276/+0
2018-04-25bpf: sockmap, add selftestsJohn Fastabend7-4/+1852
2018-04-25bpf: sockmap, add a set of tests to run by defaultJohn Fastabend1-51/+512
2018-04-25bpf: sockmap, code sockmap_test in CJohn Fastabend1-96/+113
2018-04-25tools/bpf: remove test_sock_addr from TEST_GEN_PROGSYonghong Song1-2/+2
2018-04-24selftests: bpf: update .gitignore with missing fileAnders Roxell1-0/+1
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-463/+1163
2018-04-24Merge branch 'bpf-map-val-as-key'Daniel Borkmann2-17/+273
2018-04-24tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon1-0/+266
2018-04-24bpf: allow map helpers access to map values directlyPaul Chaignon1-17/+7
2018-04-24Merge branch 'bpf-xfrm-states'Daniel Borkmann6-3/+186
2018-04-24samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger4-2/+114
2018-04-24bpf: add helper for getting xfrm statesEyal Birger2-1/+72
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala1-7/+8
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet1-2/+1
2018-04-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-16/+37
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King1-2/+1
2018-04-24fsl/fman_port: remove redundant check on port->rev_info.majorColin Ian King1-5/+3
2018-04-24ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash1-5/+17
2018-04-24qed: Fix copying 2 stringsDenis Bolotin1-2/+3
2018-04-24sfc: ARFS filter IDsEdward Cree6-46/+337
2018-04-24Merge branch 'ipconfig-NTP-server-support-bug-fixes-documentation-improvements'David S. Miller2-21/+200
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic2-17/+136
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic1-0/+15
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-04-24ipconfig: Document /proc/net/pnpChris Novakovic1-5/+29
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic1-2/+4
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic1-1/+1
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic1-8/+11
2018-04-24ipconfig: Document setting of NIS domain nameChris Novakovic1-4/+7
2018-04-24net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli1-0/+2
2018-04-24Merge branch 'rhash-cleanups'David S. Miller2-26/+63
2018-04-24rhashtable: improve rhashtable_walk stability when stop/start used.NeilBrown1-3/+41
2018-04-24rhashtable: reset iter when rhashtable_walk_start sees new tableNeilBrown1-0/+2
2018-04-24rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()NeilBrown2-4/+6
2018-04-24rhashtable: remove outdated comments about grow_decision etcNeilBrown1-19/+14
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet1-12/+14