| Commit message (Expand) | Author | Age | Files | Lines |
* | net: atm: make atmdev_ops const | Bhumika Goyal | 2017-08-10 | 4 | -4/+4 |
* | atm: make atmdev_ops const | Bhumika Goyal | 2017-08-10 | 6 | -6/+6 |
* | net: dsa: make dsa_switch_ops const | Bhumika Goyal | 2017-08-10 | 3 | -3/+3 |
* | liquidio: napi cleanup | Intiyaz Basha | 2017-08-10 | 2 | -0/+29 |
* | net: ipv6: lower ndisc notifier priority below addrconf | David Ahern | 2017-08-10 | 1 | -0/+1 |
* | ibmvnic: Correct 'unused variable' warning in build. | Nathan Fontenot | 2017-08-10 | 1 | -1/+0 |
* | ibmvnic: Add netdev_dbg output for debugging | Nathan Fontenot | 2017-08-10 | 1 | -7/+55 |
* | ibmvnic: Clean up resources on probe failure | Nathan Fontenot | 2017-08-10 | 1 | -11/+15 |
* | Merge branch 'rtnetlink-allow-selected-handlers-to-run-without-rtnl' | David S. Miller | 2017-08-10 | 26 | -175/+201 |
|\ |
|
| * | net: call newid/getid without rtnl mutex held | Florian Westphal | 2017-08-10 | 1 | -2/+3 |
| * | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED | Florian Westphal | 2017-08-10 | 2 | -0/+19 |
| * | rtnetlink: protect handler table with rcu | Florian Westphal | 2017-08-10 | 1 | -56/+65 |
| * | rtnetlink: small rtnl lock pushdown | Florian Westphal | 2017-08-10 | 1 | -6/+13 |
| * | rtnetlink: add reference counting to prevent module unload while dump is in p... | Florian Westphal | 2017-08-10 | 1 | -1/+13 |
| * | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 2017-08-10 | 26 | -96/+95 |
| * | rtnetlink: call rtnl_calcit directly | Florian Westphal | 2017-08-10 | 1 | -25/+4 |
|/ |
|
* | Merge branch 'bpf-new-branches' | David S. Miller | 2017-08-10 | 16 | -8/+979 |
|\ |
|
| * | bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions | Daniel Borkmann | 2017-08-10 | 1 | -0/+313 |
| * | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier | Daniel Borkmann | 2017-08-10 | 1 | -4/+58 |
| * | bpf, nfp: implement jiting of BPF_J{LT,LE} | Daniel Borkmann | 2017-08-10 | 1 | -0/+24 |
| * | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-10 | 2 | -0/+21 |
| * | bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-10 | 1 | -0/+24 |
| * | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-10 | 1 | -0/+34 |
| * | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-10 | 2 | -0/+24 |
| * | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE} | Daniel Borkmann | 2017-08-10 | 1 | -0/+26 |
| * | bpf: add BPF_J{LT,LE,SLT,SLE} instructions | Daniel Borkmann | 2017-08-10 | 6 | -4/+455 |
|/ |
|
* | Merge branch 'net-zerocopy-fixes' | David S. Miller | 2017-08-10 | 2 | -4/+9 |
|\ |
|
| * | sock: fix zerocopy_success regression with msg_zerocopy | Willem de Bruijn | 2017-08-10 | 1 | -2/+7 |
| * | sock: fix zerocopy panic in mem accounting | Willem de Bruijn | 2017-08-10 | 1 | -2/+2 |
|/ |
|
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 2017-08-10 | 14 | -31/+166 |
|\ |
|
| * | igb: support BCM54616 PHY | John W Linville | 2017-08-09 | 3 | -0/+8 |
| * | igbvf: convert msleep to mdelay in atomic context | Greg Edwards | 2017-08-09 | 1 | -1/+1 |
| * | igbvf: after mailbox write, wait for reply | Greg Edwards | 2017-08-09 | 1 | -2/+8 |
| * | igbvf: add lock around mailbox ops | Greg Edwards | 2017-08-09 | 4 | -0/+56 |
| * | e1000e: Initial Support for IceLake | Sasha Neftin | 2017-08-09 | 2 | -0/+8 |
| * | igb: do not drop PF mailbox lock after read of VF message | Greg Edwards | 2017-08-09 | 4 | -12/+26 |
| * | igb: expose mailbox unlock method | Greg Edwards | 2017-08-09 | 3 | -0/+41 |
| * | igb: add argument names to mailbox op function declarations | Greg Edwards | 2017-08-09 | 2 | -13/+14 |
| * | igb: Remove incorrect "unexpected SYS WRAP" log message | Corinna Vinschen | 2017-08-09 | 1 | -2/+0 |
| * | e1000e: add check on e1e_wphy() return value | Gustavo A R Silva | 2017-08-09 | 1 | -0/+2 |
| * | igb: protect TX timestamping from API misuse | Cliff Spradlin | 2017-08-09 | 1 | -1/+2 |
| * | igb: Fix error of RX network flow classification | Gangfeng Huang | 2017-08-09 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-10 | 103 | -621/+2992 |
|\ \ |
|
| * | | futex: Remove unnecessary warning from get_futex_key | Mel Gorman | 2017-08-09 | 1 | -2/+3 |
| * | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-08-09 | 7 | -8/+34 |
| |\ \ |
|
| | * | | i2c: rephrase explanation of I2C_CLASS_DEPRECATED | Wolfram Sang | 2017-07-31 | 1 | -1/+2 |
| | * | | i2c: allow i2c-versatile for ARM MPS platforms | Russell King | 2017-07-31 | 1 | -1/+1 |
| | * | | Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ... | Wolfram Sang | 2017-07-31 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | i2c: mux: pinctrl: mention correct module name in Kconfig help text | Chris Gorman | 2017-07-17 | 1 | -1/+1 |
| | * | | | i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz | Hans de Goede | 2017-07-31 | 1 | -0/+3 |