| Commit message (Expand) | Author | Age | Files | Lines |
* | umh: Add command line to user mode helpers | Olivier Brunel | 2018-10-23 | 2 | -2/+15 |
* | qlcnic: fix a return in qlcnic_dcb_get_capability() | Dan Carpenter | 2018-10-23 | 1 | -1/+1 |
* | Merge branch 'net-Add-support-for-dumping-addresses-for-a-specific-device' | David S. Miller | 2018-10-23 | 2 | -35/+85 |
|\ |
|
| * | net/ipv6: Add support for dumping addresses for a specific device | David Ahern | 2018-10-23 | 1 | -5/+22 |
| * | net/ipv4: Add support for dumping addresses for a specific device | David Ahern | 2018-10-23 | 1 | -5/+23 |
| * | net/ipv6: Remove ip_idx arg to in6_dump_addrs | David Ahern | 2018-10-23 | 1 | -10/+6 |
| * | net/ipv4: Move loop over addresses on a device into in_dev_dump_addr | David Ahern | 2018-10-23 | 1 | -15/+34 |
|/ |
|
* | Merge branch 'hns3-next' | David S. Miller | 2018-10-23 | 8 | -8/+1276 |
|\ |
|
| * | net: hns3: Add enable and process hw errors of TM scheduler | Shiju Jose | 2018-10-23 | 4 | -0/+303 |
| * | net: hns3: Add enable and process hw errors from PPP | Shiju Jose | 2018-10-23 | 3 | -0/+280 |
| * | net: hns3: Add enable and process hw errors from IGU, EGU and NCSI | Shiju Jose | 2018-10-23 | 3 | -0/+207 |
| * | net: hns3: Add enable and process common ecc errors | Shiju Jose | 2018-10-23 | 3 | -0/+318 |
| * | net: hns3: Add support to enable and disable hw errors | Shiju Jose | 2018-10-23 | 3 | -0/+32 |
| * | net: hns3: Add PCIe AER error recovery | Shiju Jose | 2018-10-23 | 4 | -7/+35 |
| * | net: hns3: Add PCIe AER callback error_detected | Shiju Jose | 2018-10-23 | 6 | -1/+101 |
|/ |
|
* | mISDN: Fix type of switch control variable in ctrl_teimanager | Nathan Chancellor | 2018-10-23 | 1 | -4/+3 |
* | tipc: eliminate message disordering during binding table update | Jon Maloy | 2018-10-23 | 3 | -8/+12 |
* | octeontx2-af: Remove set but not used variables 'devnum, is_pf' | YueHaibing | 2018-10-23 | 1 | -22/+3 |
* | octeontx2-af: Remove set but not used variable 'block' | YueHaibing | 2018-10-23 | 1 | -3/+0 |
* | Merge branch 'phy-ocelot-serdes-fix-out-of-bounds-read' | David S. Miller | 2018-10-23 | 2 | -3/+3 |
|\ |
|
| * | phy: ocelot-serdes: fix out-of-bounds read | Gustavo A. R. Silva | 2018-10-23 | 1 | -2/+2 |
| * | dt-bindings: phy: Update SERDES_MAX to be SERDES_MAX + 1 | Gustavo A. R. Silva | 2018-10-23 | 1 | -1/+1 |
|/ |
|
* | tipc: use destination length for copy string | Guoqing Jiang | 2018-10-23 | 1 | -1/+1 |
* | isdn: hfc_{pci,sx}: Avoid empty body if statements | Nathan Chancellor | 2018-10-23 | 4 | -12/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-22 | 62 | -394/+2315 |
|\ |
|
| * | tools: bpftool: fix completion for "bpftool map update" | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| * | tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode | Quentin Monnet | 2018-10-21 | 1 | -1/+2 |
| * | tools: bpftool: document restriction on '.' in names to pin in bpffs | Quentin Monnet | 2018-10-21 | 2 | -3/+9 |
| * | selftests/bpf: fix return value comparison for tests in test_libbpf.sh | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| * | Merge branch 'misc-improvements' | Alexei Starovoitov | 2018-10-21 | 8 | -76/+99 |
| |\ |
|
| | * | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 2018-10-21 | 4 | -52/+47 |
| | * | bpf, verifier: avoid retpoline for map push/pop/peek operation | Daniel Borkmann | 2018-10-21 | 1 | -1/+24 |
| | * | bpf, verifier: remove unneeded flow key in check_helper_mem_access | Daniel Borkmann | 2018-10-21 | 1 | -2/+0 |
| | * | bpf, verifier: reject xadd on flow key memory | Daniel Borkmann | 2018-10-21 | 1 | -1/+10 |
| | * | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann | 2018-10-21 | 2 | -11/+18 |
| | * | ulp: remove uid and user_visible members | Daniel Borkmann | 2018-10-21 | 2 | -9/+0 |
| |/ |
|
| * | Merge branch 'bpf-msg-push-data' | Daniel Borkmann | 2018-10-20 | 7 | -28/+308 |
| |\ |
|
| | * | bpf: test_sockmap add options to use msg_push_data | John Fastabend | 2018-10-20 | 2 | -26/+129 |
| | * | bpf: libbpf support for msg_push_data | John Fastabend | 2018-10-20 | 2 | -1/+21 |
| | * | bpf: sk_msg program helper bpf_msg_push_data | John Fastabend | 2018-10-20 | 3 | -1/+158 |
| |/ |
|
| * | bpf: skmsg, fix psock create on existing kcm/tls port | John Fastabend | 2018-10-20 | 2 | -10/+26 |
| * | bpf: remove unused variable | Alexei Starovoitov | 2018-10-19 | 1 | -1/+1 |
| * | Merge branch 'cg_skb_direct_pkt_access' | Alexei Starovoitov | 2018-10-19 | 5 | -1/+248 |
| |\ |
|
| | * | bpf: add tests for direct packet access from CGROUP_SKB | Song Liu | 2018-10-19 | 2 | -0/+186 |
| | * | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB | Song Liu | 2018-10-19 | 3 | -1/+62 |
| |/ |
|
| * | Merge branch 'improve_perf_barriers' | Alexei Starovoitov | 2018-10-19 | 10 | -18/+254 |
| |\ |
|
| | * | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann | 2018-10-19 | 1 | -6/+4 |
| | * | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 2018-10-19 | 9 | -12/+250 |
| |/ |
|
| * | selftests/bpf: add missing executables to .gitignore | Anders Roxell | 2018-10-19 | 1 | -0/+2 |
| * | Merge branch 'queue_stack_maps' | Alexei Starovoitov | 2018-10-19 | 21 | -14/+834 |
| |\ |
|