summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* umh: Add command line to user mode helpersOlivier Brunel2018-10-232-2/+15
* qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2018-10-231-1/+1
* Merge branch 'net-Add-support-for-dumping-addresses-for-a-specific-device'David S. Miller2018-10-232-35/+85
|\
| * net/ipv6: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+22
| * net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+23
| * net/ipv6: Remove ip_idx arg to in6_dump_addrsDavid Ahern2018-10-231-10/+6
| * net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern2018-10-231-15/+34
|/
* Merge branch 'hns3-next'David S. Miller2018-10-238-8/+1276
|\
| * net: hns3: Add enable and process hw errors of TM schedulerShiju Jose2018-10-234-0/+303
| * net: hns3: Add enable and process hw errors from PPPShiju Jose2018-10-233-0/+280
| * net: hns3: Add enable and process hw errors from IGU, EGU and NCSIShiju Jose2018-10-233-0/+207
| * net: hns3: Add enable and process common ecc errorsShiju Jose2018-10-233-0/+318
| * net: hns3: Add support to enable and disable hw errorsShiju Jose2018-10-233-0/+32
| * net: hns3: Add PCIe AER error recoveryShiju Jose2018-10-234-7/+35
| * net: hns3: Add PCIe AER callback error_detectedShiju Jose2018-10-236-1/+101
|/
* mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor2018-10-231-4/+3
* tipc: eliminate message disordering during binding table updateJon Maloy2018-10-233-8/+12
* octeontx2-af: Remove set but not used variables 'devnum, is_pf'YueHaibing2018-10-231-22/+3
* octeontx2-af: Remove set but not used variable 'block'YueHaibing2018-10-231-3/+0
* Merge branch 'phy-ocelot-serdes-fix-out-of-bounds-read'David S. Miller2018-10-232-3/+3
|\
| * phy: ocelot-serdes: fix out-of-bounds readGustavo A. R. Silva2018-10-231-2/+2
| * dt-bindings: phy: Update SERDES_MAX to be SERDES_MAX + 1Gustavo A. R. Silva2018-10-231-1/+1
|/
* tipc: use destination length for copy stringGuoqing Jiang2018-10-231-1/+1
* isdn: hfc_{pci,sx}: Avoid empty body if statementsNathan Chancellor2018-10-234-12/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-2262-394/+2315
|\
| * tools: bpftool: fix completion for "bpftool map update"Quentin Monnet2018-10-211-1/+1
| * tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet2018-10-211-1/+2
| * tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet2018-10-212-3/+9
| * selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet2018-10-211-1/+1
| * Merge branch 'misc-improvements'Alexei Starovoitov2018-10-218-76/+99
| |\
| | * bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-214-52/+47
| | * bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann2018-10-211-1/+24
| | * bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann2018-10-211-2/+0
| | * bpf, verifier: reject xadd on flow key memoryDaniel Borkmann2018-10-211-1/+10
| | * bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-212-11/+18
| | * ulp: remove uid and user_visible membersDaniel Borkmann2018-10-212-9/+0
| |/
| * Merge branch 'bpf-msg-push-data'Daniel Borkmann2018-10-207-28/+308
| |\
| | * bpf: test_sockmap add options to use msg_push_dataJohn Fastabend2018-10-202-26/+129
| | * bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-202-1/+21
| | * bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-203-1/+158
| |/
| * bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-202-10/+26
| * bpf: remove unused variableAlexei Starovoitov2018-10-191-1/+1
| * Merge branch 'cg_skb_direct_pkt_access'Alexei Starovoitov2018-10-195-1/+248
| |\
| | * bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-192-0/+186
| | * bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-193-1/+62
| |/
| * Merge branch 'improve_perf_barriers'Alexei Starovoitov2018-10-1910-18/+254
| |\
| | * bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4
| | * tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-199-12/+250
| |/
| * selftests/bpf: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+2
| * Merge branch 'queue_stack_maps'Alexei Starovoitov2018-10-1921-14/+834
| |\