| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests: add rtnetlink test script | Florian Westphal | 2017-08-10 | 2 | -1/+200 |
* | rtnetlink: fallback to UNSPEC if current family has no doit callback | Florian Westphal | 2017-08-10 | 1 | -0/+6 |
* | rtnetlink: init handler refcounts to 1 | Florian Westphal | 2017-08-10 | 1 | -1/+6 |
* | rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu | Florian Westphal | 2017-08-10 | 1 | -4/+12 |
* | rtnetlink: do not use RTM_GETLINK directly | Florian Westphal | 2017-08-10 | 1 | -2/+2 |
* | rtnetlink: use rcu_dereference_raw to silence rcu splat | Florian Westphal | 2017-08-10 | 1 | -1/+1 |
* | net: core: fix compile error inside flow_dissector due to new dsa callback | John Crispin | 2017-08-10 | 1 | -0/+2 |
* | Merge branch 'dsa-flow-dissection' | David S. Miller | 2017-08-09 | 4 | -9/+33 |
|\ |
|
| * | net-next: dsa: fix flow dissection | John Crispin | 2017-08-09 | 1 | -0/+12 |
| * | net-next: tag_mtk: add flow_dissect callback to the ops struct | John Crispin | 2017-08-09 | 1 | -2/+12 |
| * | net-next: dsa: add flow_dissect callback to struct dsa_device_ops | John Crispin | 2017-08-09 | 1 | -0/+2 |
| * | net-next: dsa: move struct dsa_device_ops to the global header file | John Crispin | 2017-08-09 | 2 | -7/+7 |
|/ |
|
* | Merge branch 'mediatek-bring-up-QDMA-RX-ring-0' | David S. Miller | 2017-08-09 | 2 | -12/+31 |
|\ |
|
| * | net-next: mediatek: bring up QDMA RX ring 0 | John Crispin | 2017-08-09 | 2 | -10/+29 |
| * | net-next: mediatek: fix typos inside the header file | John Crispin | 2017-08-09 | 1 | -2/+2 |
|/ |
|
* | net: atm: make atmdev_ops const | Bhumika Goyal | 2017-08-09 | 4 | -4/+4 |
* | atm: make atmdev_ops const | Bhumika Goyal | 2017-08-09 | 6 | -6/+6 |
* | net: dsa: make dsa_switch_ops const | Bhumika Goyal | 2017-08-09 | 3 | -3/+3 |
* | liquidio: napi cleanup | Intiyaz Basha | 2017-08-09 | 2 | -0/+29 |
* | net: ipv6: lower ndisc notifier priority below addrconf | David Ahern | 2017-08-09 | 1 | -0/+1 |
* | ibmvnic: Correct 'unused variable' warning in build. | Nathan Fontenot | 2017-08-09 | 1 | -1/+0 |
* | ibmvnic: Add netdev_dbg output for debugging | Nathan Fontenot | 2017-08-09 | 1 | -7/+55 |
* | ibmvnic: Clean up resources on probe failure | Nathan Fontenot | 2017-08-09 | 1 | -11/+15 |
* | Merge branch 'rtnetlink-allow-selected-handlers-to-run-without-rtnl' | David S. Miller | 2017-08-09 | 26 | -175/+201 |
|\ |
|
| * | net: call newid/getid without rtnl mutex held | Florian Westphal | 2017-08-09 | 1 | -2/+3 |
| * | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED | Florian Westphal | 2017-08-09 | 2 | -0/+19 |
| * | rtnetlink: protect handler table with rcu | Florian Westphal | 2017-08-09 | 1 | -56/+65 |
| * | rtnetlink: small rtnl lock pushdown | Florian Westphal | 2017-08-09 | 1 | -6/+13 |
| * | rtnetlink: add reference counting to prevent module unload while dump is in p... | Florian Westphal | 2017-08-09 | 1 | -1/+13 |
| * | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 2017-08-09 | 26 | -96/+95 |
| * | rtnetlink: call rtnl_calcit directly | Florian Westphal | 2017-08-09 | 1 | -25/+4 |
|/ |
|
* | Merge branch 'bpf-new-branches' | David S. Miller | 2017-08-09 | 16 | -8/+979 |
|\ |
|
| * | bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions | Daniel Borkmann | 2017-08-09 | 1 | -0/+313 |
| * | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier | Daniel Borkmann | 2017-08-09 | 1 | -4/+58 |
| * | bpf, nfp: implement jiting of BPF_J{LT,LE} | Daniel Borkmann | 2017-08-09 | 1 | -0/+24 |
| * | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-09 | 2 | -0/+21 |
| * | bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-09 | 1 | -0/+24 |
| * | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-09 | 1 | -0/+34 |
| * | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-09 | 2 | -0/+24 |
| * | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE} | Daniel Borkmann | 2017-08-09 | 1 | -0/+26 |
| * | bpf: add BPF_J{LT,LE,SLT,SLE} instructions | Daniel Borkmann | 2017-08-09 | 6 | -4/+455 |
|/ |
|
* | Merge branch 'net-zerocopy-fixes' | David S. Miller | 2017-08-09 | 2 | -4/+9 |
|\ |
|
| * | sock: fix zerocopy_success regression with msg_zerocopy | Willem de Bruijn | 2017-08-09 | 1 | -2/+7 |
| * | sock: fix zerocopy panic in mem accounting | Willem de Bruijn | 2017-08-09 | 1 | -2/+2 |
|/ |
|
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 2017-08-09 | 14 | -31/+166 |
|\ |
|
| * | igb: support BCM54616 PHY | John W Linville | 2017-08-08 | 3 | -0/+8 |
| * | igbvf: convert msleep to mdelay in atomic context | Greg Edwards | 2017-08-08 | 1 | -1/+1 |
| * | igbvf: after mailbox write, wait for reply | Greg Edwards | 2017-08-08 | 1 | -2/+8 |
| * | igbvf: add lock around mailbox ops | Greg Edwards | 2017-08-08 | 4 | -0/+56 |
| * | e1000e: Initial Support for IceLake | Sasha Neftin | 2017-08-08 | 2 | -0/+8 |