summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tipc-refactor-socket-receive-functions'David S. Miller2017-05-021-144/+122
|\
| * tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy2017-05-021-84/+71
| * tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy2017-05-021-59/+50
|/
* Merge branch 'thunderx-xdp'David S. Miller2017-05-026-124/+657
|\
| * net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-022-7/+51
| * net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-022-17/+55
| * net: thunderx: Add support for XDP_TXSunil Goutham2017-05-023-27/+160
| * net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-023-25/+79
| * net: thunderx: Add basic XDP supportSunil Goutham2017-05-025-19/+199
| * net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
| * net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-022-28/+21
| * net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-022-13/+5
| * net: thunderx: Support for page recyclingSunil Goutham2017-05-024-20/+119
|/
* ipx: call ipxitf_put() in ioctl error pathDan Carpenter2017-05-021-3/+2
* net: sched: add helpers to handle extended actionsJiri Pirko2017-05-022-2/+15
* Merge branch 'qed-PTP-fixes'David S. Miller2017-05-024-45/+105
|\
| * qed*: Fix issues in the ptp filter config implementation.sudarsana.kalluru@cavium.com2017-05-023-43/+98
| * qede: Fix concurrency issue in PTP Tx path processing.sudarsana.kalluru@cavium.com2017-05-022-2/+7
|/
* stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka2017-05-021-1/+25
* net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li2017-05-024-4/+4
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-05-021-2/+4
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-022-4/+49
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-025-5/+271
* Merge branch 'bpf-test-prog-fixes'David S. Miller2017-05-021-9/+10
|\
| * bpf: Align packet data properly in program testing framework.David Miller2017-05-021-5/+5
| * bpf: Do not dereference user pointer in bpf_test_finish().David Miller2017-05-021-4/+5
|/
* selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller2017-05-021-9/+8
* xdp: fix parameter kdoc for extackJakub Kicinski2017-05-021-1/+1
* bpf, samples: fix build warning in cookie_uid_helper_exampleDaniel Borkmann2017-05-021-3/+3
* sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller2017-05-011-1/+2
* rhashtable: compact struct rhashtable_paramsFlorian Westphal2017-05-012-10/+10
* bpf: Include bpf_endian.h in test_progs.c too.David S. Miller2017-05-011-0/+1
* bpf: Move endianness BPF helpers out of bpf_util.hDavid S. Miller2017-05-014-21/+25
* ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-05-011-1/+1
* Merge branch 'dsa-mv88e6xxx-802.1s-and-88E6390-VTU'David S. Miller2017-05-015-435/+690
|\
| * net: dsa: mv88e6xxx: add VTU support for 88E6390Vivien Didelot2017-05-013-0/+146
| * net: dsa: mv88e6xxx: support the VTU Page bitVivien Didelot2017-05-012-0/+8
| * net: dsa: mv88e6xxx: simplify VTU entry getterVivien Didelot2017-05-011-38/+24
| * net: dsa: mv88e6xxx: make VTU helpers staticVivien Didelot2017-05-012-48/+24
| * net: dsa: mv88e6xxx: add VTU Load/Purge operationVivien Didelot2017-05-014-57/+103
| * net: dsa: mv88e6xxx: add VTU GetNext operationVivien Didelot2017-05-014-48/+99
| * net: dsa: mv88e6xxx: load STU entry with VTU entryVivien Didelot2017-05-011-104/+4
| * net: dsa: mv88e6xxx: get STU entry on VTU GetNextVivien Didelot2017-05-013-1/+25
| * net: dsa: mv88e6xxx: move STU GetNext operationVivien Didelot2017-05-013-13/+23
| * net: dsa: mv88e6xxx: move VTU Data accessorsVivien Didelot2017-05-013-81/+72
| * net: dsa: mv88e6xxx: move generic VTU GetNextVivien Didelot2017-05-013-29/+33
| * net: dsa: mv88e6xxx: move VTU VID accessorsVivien Didelot2017-05-013-34/+56
| * net: dsa: mv88e6xxx: move VTU SID accessorsVivien Didelot2017-05-013-13/+37
| * net: dsa: mv88e6xxx: move VTU FID accessorsVivien Didelot2017-05-013-5/+31
| * net: dsa: mv88e6xxx: move VTU flushVivien Didelot2017-05-013-16/+26