summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-084-12/+26
| * igb: expose mailbox unlock methodGreg Edwards2017-08-083-0/+41
| * igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-082-13/+14
| * igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-081-2/+0
| * e1000e: add check on e1e_wphy() return valueGustavo A R Silva2017-08-081-0/+2
| * igb: protect TX timestamping from API misuseCliff Spradlin2017-08-081-1/+2
| * igb: Fix error of RX network flow classificationGangfeng Huang2017-08-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-09103-621/+2992
|\ \
| * | futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-097-8/+34
| |\ \
| | * | i2c: rephrase explanation of I2C_CLASS_DEPRECATEDWolfram Sang2017-07-311-1/+2
| | * | i2c: allow i2c-versatile for ARM MPS platformsRussell King2017-07-311-1/+1
| | * | Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang2017-07-311-1/+1
| | |\ \
| | | * | i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman2017-07-171-1/+1
| | * | | i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHzHans de Goede2017-07-311-0/+3
| | * | | i2c: designware: Print clock freq on invalid clock freq errorHans de Goede2017-07-311-1/+2
| | * | | i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko2017-07-313-4/+25