summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: add rtnetlink test scriptFlorian Westphal2017-08-102-1/+200
* rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal2017-08-101-0/+6
* rtnetlink: init handler refcounts to 1Florian Westphal2017-08-101-1/+6
* rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal2017-08-101-4/+12
* rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal2017-08-101-2/+2
* rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal2017-08-101-1/+1
* net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-101-0/+2
* Merge branch 'dsa-flow-dissection'David S. Miller2017-08-094-9/+33
|\
| * net-next: dsa: fix flow dissectionJohn Crispin2017-08-091-0/+12
| * net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin2017-08-091-2/+12
| * net-next: dsa: add flow_dissect callback to struct dsa_device_opsJohn Crispin2017-08-091-0/+2
| * net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin2017-08-092-7/+7
|/
* Merge branch 'mediatek-bring-up-QDMA-RX-ring-0'David S. Miller2017-08-092-12/+31
|\
| * net-next: mediatek: bring up QDMA RX ring 0John Crispin2017-08-092-10/+29
| * net-next: mediatek: fix typos inside the header fileJohn Crispin2017-08-091-2/+2
|/
* net: atm: make atmdev_ops constBhumika Goyal2017-08-094-4/+4
* atm: make atmdev_ops constBhumika Goyal2017-08-096-6/+6
* net: dsa: make dsa_switch_ops constBhumika Goyal2017-08-093-3/+3
* liquidio: napi cleanupIntiyaz Basha2017-08-092-0/+29
* net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern2017-08-091-0/+1
* ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot2017-08-091-1/+0
* ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot2017-08-091-7/+55
* ibmvnic: Clean up resources on probe failureNathan Fontenot2017-08-091-11/+15
* Merge branch 'rtnetlink-allow-selected-handlers-to-run-without-rtnl'David S. Miller2017-08-0926-175/+201
|\
| * net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-091-2/+3
| * rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-092-0/+19
| * rtnetlink: protect handler table with rcuFlorian Westphal2017-08-091-56/+65
| * rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-091-6/+13
| * rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-091-1/+13
| * rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-0926-96/+95
| * rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-091-25/+4
|/
* Merge branch 'bpf-new-branches'David S. Miller2017-08-0916-8/+979
|\
| * bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann2017-08-091-0/+313
| * bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann2017-08-091-4/+58
| * bpf, nfp: implement jiting of BPF_J{LT,LE}Daniel Borkmann2017-08-091-0/+24
| * bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-092-0/+21
| * bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+24
| * bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+34
| * bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-092-0/+24
| * bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann2017-08-091-0/+26
| * bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-096-4/+455
|/
* Merge branch 'net-zerocopy-fixes'David S. Miller2017-08-092-4/+9
|\
| * sock: fix zerocopy_success regression with msg_zerocopyWillem de Bruijn2017-08-091-2/+7
| * sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-091-2/+2
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-08-0914-31/+166
|\
| * igb: support BCM54616 PHYJohn W Linville2017-08-083-0/+8
| * igbvf: convert msleep to mdelay in atomic contextGreg Edwards2017-08-081-1/+1
| * igbvf: after mailbox write, wait for replyGreg Edwards2017-08-081-2/+8
| * igbvf: add lock around mailbox opsGreg Edwards2017-08-084-0/+56
| * e1000e: Initial Support for IceLakeSasha Neftin2017-08-082-0/+8