summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
| * selftests: bpf: add config fragment LWTUNNELAnders Roxell2018-10-111-0/+1
| * bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
| * bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa2018-10-111-0/+4
| * tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-102-5/+5
| * Merge branch 'xdp-vlan'Alexei Starovoitov2018-10-105-2/+509
| |\
| | * selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-103-2/+491
| | * bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-101-0/+4
| | * net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2018-10-101-0/+14
| |/
| * Merge branch 'unsupported-map-lookup'Alexei Starovoitov2018-10-107-231/+389
| |\
| | * selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-101-1/+120
| | * selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-101-190/+190
| | * tools/bpf: bpftool, print strerror when map lookup error occursPrashant Bhole2018-10-101-5/+24
| | * tools/bpf: bpftool, split the function do_dump()Prashant Bhole2018-10-101-34/+49
| | * bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-104-4/+4
| | * bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-101-2/+7
| |/
| * bpf: btf: Fix a missing check bugWenwen Wang2018-10-101-0/+3
* | net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit2018-10-161-18/+3Star
* | hv_netvsc: fix vf serial matching with pci slot infoHaiyang Zhang2018-10-161-4/+11
* | Merge branch 'tcp-second-round-for-EDT-conversion'David S. Miller2018-10-1610-58/+78
|\ \
| * | tcp: cdg: use tcp high resolution clock cacheEric Dumazet2018-10-161-1/+1
| * | tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell2018-10-161-2/+2
| * | tcp: optimize tcp internal pacingEric Dumazet2018-10-161-15/+16
| * | net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet2018-10-161-1/+1
| * | tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet2018-10-161-6/+13
| * | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-167-32/+40
| * | tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-163-4/+8
|/ /
* | net: bridge: fix a possible memory leak in __vlan_addLi RongQing2018-10-161-0/+4
* | rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells2018-10-163-0/+130
* | fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun2018-10-161-0/+1
* | Merge branch 'bnxt_en-Add-support-for-new-57500-chips'David S. Miller2018-10-165-401/+1944
|\ \
| * | bnxt_en: Add PCI ID for BCM57508 device.Michael Chan2018-10-161-0/+3
| * | bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2018-10-162-4/+114
| * | bnxt_en: Refactor bnxt_poll_work().Michael Chan2018-10-162-11/+38
| * | bnxt_en: Add coalescing setup for 57500 chips.Michael Chan2018-10-161-0/+46
| * | bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2018-10-162-43/+45
| * | bnxt_en: Add RSS support for 57500 chips.Michael Chan2018-10-161-4/+109
| * | bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2018-10-162-10/+22
| * | bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan2018-10-161-5/+66
| * | bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2018-10-162-6/+56
| * | bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan2018-10-161-11/+56
| * | bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2018-10-162-0/+67
| * | bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan2018-10-161-30/+97
| * | bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan2018-10-161-1/+8
| * | bnxt_en: Re-structure doorbells.Michael Chan2018-10-164-62/+171
| * | bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2018-10-162-15/+88
| * | bnxt_en: Configure context memory on new devices.Michael Chan2018-10-161-3/+120
| * | bnxt_en: Check context memory requirements from firmware.Michael Chan2018-10-162-8/+248
| * | bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2018-10-162-2/+23
| * | bnxt_en: Refactor bnxt_ring_struct.Michael Chan2018-10-162-67/+77