summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-266-10/+42
* bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-263-1/+58
* bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo2018-01-261-10/+10
* bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo2018-01-261-5/+8
* bpf: Only reply field should be writeableLawrence Brakmo2018-01-261-2/+1
* bpf, doc: Correct one wrong value in "Register value tracking"Wang YanQing2018-01-241-1/+1
* Merge branch 'bpf-samples-sockmap-improvements'Daniel Borkmann2018-01-241-52/+340
|\
| * bpf: sockmap set rlimitJohn Fastabend2018-01-241-0/+7
| * bpf: sockmap put client sockets in blocking modeJohn Fastabend2018-01-241-1/+1
| * bpf: sockmap sample add base test without any BPF for comparisonJohn Fastabend2018-01-241-5/+21
| * bpf: sockmap sample, report bytes/secJohn Fastabend2018-01-241-5/+42
| * bpf: sockmap sample, use fork() for send and recvJohn Fastabend2018-01-241-16/+39
| * bpf: add sendmsg option for testing BPF programsJohn Fastabend2018-01-241-3/+145
| * bpf: refactor sockmap sample program update for arg parsingJohn Fastabend2018-01-241-51/+114
|/
* selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov2018-01-241-7/+23
* bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
* selftests/bpf: fix test_dev_cgroupAlexei Starovoitov2018-01-231-1/+1
* selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
* tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song2018-01-231-0/+1
* bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song2018-01-231-1/+1
* net: aquantia: make symbol hw_atl_boards staticWei Yongjun2018-01-231-1/+1
* net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun2018-01-231-1/+3
* nfp: fix error return code in nfp_pci_probe()Wei Yongjun2018-01-231-0/+1
* nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann2018-01-231-6/+10
* tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang2018-01-221-2/+0
* Merge branch 'net-sched-add-extack-support-for-cls-offloads'David S. Miller2018-01-2210-51/+95
|\
| * nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-223-18/+39
| * nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-223-6/+9
| * net: sched: create tc_can_offload_extack() wrapperQuentin Monnet2018-01-221-0/+11
| * net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-225-12/+15
| * net: sched: cls_bpf: plumb extack support in filter for hardware offloadQuentin Monnet2018-01-221-6/+8
| * net: sched: cls_u32: propagate extack support for filter offloadQuentin Monnet2018-01-221-5/+5
| * net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet2018-01-221-2/+4
| * net: sched: cls_flower: propagate extack support for filter offloadQuentin Monnet2018-01-221-2/+4
|/
* hv_netvsc: Use the num_online_cpus() for channel limitHaiyang Zhang2018-01-221-9/+2
* net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta2018-01-221-2/+2
* cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
* bridge: return boolean instead of integer in br_multicast_is_routerGustavo A. R. Silva2018-01-221-1/+1
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2018-01-226-7/+39
* Merge branch 'hns3-new-features'David S. Miller2018-01-225-1/+545
|\
| * net: hns3: add net status led support for fiber portJian Shen2018-01-223-0/+113
| * net: hns3: add ethtool -p support for fiber portJian Shen2018-01-224-0/+104
| * net: hns3: add manager table initialization for hardwareFuyun Liang2018-01-222-0/+123
| * net: hns3: add support for get_regsFuyun Liang2018-01-224-1/+205
|/
* net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-226-7/+67
* macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2018-01-222-10/+8
* net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2018-01-222-21/+38
* net: fec: add necessary defines to work on ARM64Lucas Stach2018-01-222-5/+8
* virtio_net: Add ethtool statsToshiaki Makita2018-01-221-50/+141
* Merge branch 'mvpp2-Armada-7k-8k-PP2-ACPI-support'David S. Miller2018-01-224-92/+232
|\