summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2016-09-272-9/+10
* bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao2016-09-273-11/+11
* net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-261-50/+62
* Merge branch 'bnx2x-fix-page-allocation-failure'David S. Miller2016-09-262-65/+137
|\
| * bnx2x: allocate mac filtering pending list in PAGE_SIZE incrementsJason Baron2016-09-261-37/+86
| * bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron2016-09-261-28/+51
|/
* nfp: bpf: improve handling for disabled BPF syscallArnd Bergmann2016-09-262-10/+3
* net: bcmgenet: remove unused function in bcmgenet.cBaoyou Xie2016-09-261-122/+0
* cxgb4: mark symbols static where possibleBaoyou Xie2016-09-262-11/+14
* net: mvneta: mark symbols static where possibleBaoyou Xie2016-09-261-4/+6
* net: hip04: mark tx_done() staticBaoyou Xie2016-09-261-1/+1
* net: hisilicon: mark symbols static where possibleBaoyou Xie2016-09-261-3/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-255-69/+96
|\
| * Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman2016-09-241-13/+15
| * Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins2016-09-241-34/+51
| * Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins2016-09-241-26/+29
| * Bluetooth: btwilink: Save the packet type before sendingLaura Abbott2016-09-221-1/+3
| * Bluetooth: Fix not updating scan rsp when adv offMichaƂ Narajowski2016-09-221-1/+1
| * Bluetooth: Add a new 04ca:3011 QCA_ROME deviceDmitry Tunin2016-09-221-0/+1
| * Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa2016-09-221-0/+2
* | net: dsa: mv88e6xxx: fix non static symbol warningsWei Yongjun2016-09-251-4/+4
* | be2net: fix non static symbol warningsWei Yongjun2016-09-251-2/+2
* | net: smc91x: take into account register shiftRobert Jarzmik2016-09-251-0/+3
* | cxgb4: fix -ve error check on a signed iqColin Ian King2016-09-251-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-2589-680/+1381
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251352-17803/+49627
| |\ \ | |/ / |/| |
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-2513-268/+424
|\ \ \
| * | | i40evf: support queue-specific settings for interrupt moderationJacob Keller2016-09-247-70/+280
| * | | i40e: don't configure zero-size RSS tableMitch Williams2016-09-241-0/+2
| * | | i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck2016-09-243-84/+3
| * | | i40e: Split Flow Director descriptor config into separate functionAlexander Duyck2016-09-241-51/+64
| * | | i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck2016-09-244-22/+30
| * | | i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2016-09-242-8/+8
| * | | i40evf: enable adaptive interrupt throttlingMitch Williams2016-09-241-5/+11
| * | | i40e: Increase minimum number of allocated VSIAkeem Abodunrin2016-09-241-1/+1
| * | | i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2016-09-242-2/+2
| * | | i40e: removing unreachable codeHenry Tieman2016-09-241-5/+1
| * | | i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller2016-09-241-3/+7
| * | | i40e: cleanup ATR auto_disable_flags useJacob Keller2016-09-243-20/+17
| * | | i40e: add encap csum VF offload flagPreethi Banala2016-09-242-0/+2
| * | | i40e: fix deleting mac filtersAlan Brady2016-09-241-2/+2
| * | | i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy2016-09-241-1/+0
* | | | Merge tag 'rxrpc-rewrite-20160924' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-2510-38/+463
|\ \ \ \ | |/ / / |/| | |
| * | | rxrpc: Implement slow-startDavid Howells2016-09-249-13/+339
| * | | rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-244-0/+13
| * | | rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-242-11/+48
| * | | rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-241-2/+8
| * | | rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-243-0/+11
| * | | rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-241-3/+3
| * | | rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-241-1/+9