summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-165-50/+45
* afs: Get rid of afs_call::reply[]David Howells2019-05-1610-303/+293
* afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells2019-05-162-15/+2
* afs: Fix double inc of vnode->cb_breakDavid Howells2019-05-161-3/+1
* afs: Fix lock-wait/callback-break double lockingDavid Howells2019-05-162-10/+1
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2
* afs: Fix calculation of callback expiry timeDavid Howells2019-05-162-57/+51
* afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells2019-05-161-2/+1
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-1614-35/+99
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-168-4/+28
* afs: Fix error propagation from server record check/updateDavid Howells2019-05-161-3/+3
* afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-165-0/+13
* rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells2019-05-163-0/+37
* afs: Fix "kAFS: AFS vnode with undefined type 0"David Howells2019-05-161-0/+2
* afs: Fix cell DNS lookupDavid Howells2019-05-163-75/+130
* Add wait_var_event_interruptible()David Howells2019-05-151-0/+13
* dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-157-7/+12
* afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-154-24/+25
* afs: Fix missing lock when replacing VL server listDavid Howells2019-05-151-3/+2
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-153-64/+53
* afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells2019-05-151-5/+4
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-152-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081636-26976/+126809
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0823-115/+293
| |\
| | * cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-05-071-3/+12
| | * dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindingsMaxime Chevallier2019-05-071-1/+1
| | * net: macb: Change interrupt and napi enable order in openHarini Katakam2019-05-071-3/+3
| | * vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
| | * net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-071-2/+9
| | * l2tp: Fix possible NULL pointer dereferenceYueHaibing2019-05-071-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-072-64/+191
| | |\
| | | * bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-05-011-13/+6
| | | * bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-012-51/+185
| | * | ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-05-051-0/+8
| | * | ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-05-051-1/+0
| | * | net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-051-5/+3
| | * | dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-051-1/+1
| | * | net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King2019-05-051-1/+1
| | * | cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce2019-05-051-0/+2
| | * | isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle2019-05-051-4/+5
| | * | net: phy: fix phy_validate_pauseHeiner Kallweit2019-05-051-4/+7
| | * | ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-041-2/+1
| | * | cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-05-041-0/+3
| | * | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-05-041-1/+8
| | * | neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern2019-05-041-0/+2
| | * | Merge branch 'ena-fixes'David S. Miller2019-05-043-16/+27
| | |\ \
| | | * | net: ena: gcc 8: fix compilation warningSameeh Jubran2019-05-041-1/+1
| | | * | net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran2019-05-041-0/+1
| | | * | net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran2019-05-041-1/+5
| | | * | net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran2019-05-041-1/+1